08-28-2012 03:08 PM
Hi
I am working on a game, uptil now I was using device-debug configuration and every thing was working ok,
But in device-release even game works ok except data saving that was working well in device-debug configuration is not working with no exception or somthing like that, I was saving my game state data in "app/native/assets/savedata" but I found on documentation that "app" folder is read only, so now I changed my code so that it should right on "data/savedata" for that I created a directory named "savedata" under "data" it is also working in debug mode but being crashed in release mode.
Regards
Ahsan
08-29-2012 10:05 AM
I assume the documentation you read was: