• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

UWP UWP Save File Location?

J

JohnnyOstad

Guest
So when developing for Windows I use:
ini_open("filename.ini")
and this works like a charm.

However in UWP both for Win10 and Xbox One the save files get deleted every time i run/create a new build.
apparently the .ini files are being stored internally within the .appx? Which means that if I release the game and then patch it, the player will lose it's save data.

Do i have to specify where the .ini file should be created for UWP?

if yes, what do i have to "Exactly" type in for the ini_open() command for Win10 and XboxOne?
 
Hello. I have the exact problem. Everything works very well until the runtime update. My runtime 2.2.3.344 works, after that, no. I don't know what should I do. Did you solve this issue?
 
Top