How to assign deviceName property of the GKSavedGame class?
You’re now watching this thread and will receive emails when there’s activity. Click again to stop watching or visit your profile/homepage to manage your watched threads.
You’ve stopped watching this thread and will no longer receive emails when there’s activity. Click again to start watching.
I want to assign a custom value to the deviceName property of the GKSavedGame class, how can I do this?
Basically, I have to display some meta-data(Gold, Rank, Progress) about the save file. Downloading each saves file and then retrieving data is time-consuming so I plan to store these values as string in DeviceName property. Is there a better way to do this, if yes can you please tell me?
-
—
nareshbishtasus
Add a CommentBasically, I have to display some meta-data(Gold, Rank, Progress) about the save file. Downloading each saves file and then retrieving data is time-consuming so I plan to store these values as string in DeviceName property. Is there a better way to do this, if yes can you please tell me?