If I store the user's save game stats like current health, map level, etc. in a plist or SQLite, can that data be altered with a jailbroken phone? I don't want to implement cocoslive and find out someone went into their phone and jacked up their score before playing the next round and submitting. I guess I could MD5 is with a salt to use as a checksum.
Any ideas?