I want to assign a custom value to the deviceName property of the GKSavedGame class, how can I do this?
How to assign deviceName property of the GKSavedGame class?
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?