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!
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!
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.
2 People are following this question.