Simplest way to keep a NSInteger in an iPhone ?
- by micropsari
Hello,
I am coding my first iPhone game with cocos2D. And I want to save the best score of the player (just an NSInteger) in the app. What is the best and simplest way to keep this information ?
Thanks !