question

Constantin Beer avatar image
Constantin Beer asked

How can I get a characters create date value which can be found in the characters overview?

I'm trying to get the "Date created" value of a character via Client SDK. If I use GetAllUsersCharacters I only get the characters ID, name and type, but I also need the "Date created". Is there a way to accomplish this?

Thanks in advance!

Character DataCharacters
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

Currently, it is not supported by PlayFab. You may store the creation date at character data for late retrieval. Because character_created event and entity_created event cannot be triggered by Automation features. You may need to implement the storing process via server side API calls on Cloud Script/Azure Function.

Please also feel free to send a thread on Feature Requests (playfab.com) forum.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.