Question

I have been able to sync a plist to iCloud with all the user's level high scores.

I still haven't been able to figure out how to make it so people cannot just go into iCloud docs folder and change those values.

I know Jetpack Joyride saves their game information to iCloud, but when I go into the documents folder, there is nothing in there (do they save it to their own servers?)

Another game I have saves with a "Game.sav" file.

Is there a folder you can save to in iCloud that users cannot access? It would ruin the game if they could change their high score or achievement numbers for Game Center.

Thanks in advance!

Was it helpful?

Solution

Instead of the document-saving feature of iCloud, use the key-value feature of iCloud (NSUbiquitousKeyValueStore). Users can't see that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top