Home > other >  Permanent data
Permanent data

Time:09-22


Because IOS cannot read UUID, it generates a ID, save in the client
But after the uninstall program, and installed, this ID won't read it,

Q: is there a way to save to retain even uninstall file
COCOS2DX have such class




CodePudding user response:

CCFileUtil, oneself write files within the device,
  • Related