I'm developing a game which is almost done so I've come to a point where I have to store the user's highscore locally. What is the most secure way of storing the highscore in a game? Some suggest that NSUserDefaults is not a secure way as users can manipulate their highscore e.g when they jailbreak.
I'm a newbie to Spritekit programming so can you please advice the best way of storing the highscore which is not too complicated. If you provide an example also then it would be great, otherwise it's fine.
Thanks