-
Sonar Systems adminLikes 0
For Cocos2d-x?
-
pnyusbLikes 0
yes.
-
Sonar Systems adminLikes 0
Is it in the other folders aka Android and iOS?
-
pnyusbLikes 0
no.
But in fact the data are not stored in UserDefault.xml, no ?
-
Sonar Systems adminLikes 0
What data are you trying to store.
-
pnyusbLikes 0
I store int, bool, string like that :
auto userData = UserDefault::getInstance();
userData->setBoolIntKey(“xx”, xx);
userData->flush();
I'm searching, I do not see where the data is stored
-
Sonar Systems adminLikes 0
OK, that data is stored within the app itself. You cannot access it directly.
Login to reply