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.
How do I get character inventory data from another player's character?
How to give player EXP after battle? and How to reward player after level up?
Possible to query all users for the same characterID?,Can I query all character IDs on a server?
How to manage challenges and how to store the challenge data amoung players?