c++ - Windows Phone 8 save data -
i have mutiplatform game. save user progress use:
nsuserdefaults - ios android.content.sharedpreferences - android ::regcreatekeyex - win32what should utilize windows phone 8 store app?
if want work files , folders in local folder, can utilize isolatedstoragefile
or if want work key/value pairs in local folder, can utilize isolatedstoragesettings
.
for more refrence can go here data windows phone 8
c++ windows-phone-8 save
No comments:
Post a Comment