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!

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top