On Mac & Windows I already know how to do it (go to the temp dir of Gideros Player).
Currently I have 2 solutions for this matter: - Access the file system on device via an FTP app for example - Add code to my current game to erase the recordstore
Anyone have better solution?
Or can I request that feature implemented into Gideros Player (on device) @atilim?
For Android, these are stored at sdcard's Gideros directory. you can access and delete them. For iOS, you can use iExplorer http://www.macroplant.com/iexplorer/ (as far as I remember iExplorer 2 was free)
On the other hand, I can implement an easy way to delete documents/temporary directory of the player.
I would vote for this functionality built into the Player, I think it's the most convenient solution And it should allow user to choose which project data to be erased, not deleting all data of all projects. What do you think?
Comments
For iOS, you can use iExplorer http://www.macroplant.com/iexplorer/ (as far as I remember iExplorer 2 was free)
On the other hand, I can implement an easy way to delete documents/temporary directory of the player.
And it should allow user to choose which project data to be erased, not deleting all data of all projects.
What do you think?
(Sorry for the spam :-|)