I am trying to save a high score integer to the user's Android system, so that it can persist throughout all game-play experience.
I have read that using Cocos2D-X one can use NSUserDefaults
but this doesn't seem to be available in the Cocos2D-JS API at all.
Anyone has any experience with this, is there any other efficient way how to tackle this issue?