Moin,
on browsers (pc) you can download a json from a object like Array or Dictionary.
But on iOS the Download Function does not work. (Tested with Ejecta).
I have file "settings.json" (Dictionary) stored in the project folder "Files".
Ajax load this file OnLayoutStart and loads into the Dictionary OnComplete(Ajax).
Now I want to store / overwirte the "settings.json" when I suspent the app. To save the current settings (Dictionary Data).
But this is not working. Or am I doing something wrong?
PS: I know that there is a "save" and "load" function from system object. Savegame.
But I ONLY want to save the Dictionary Object. And nothing else. By the way: The savegame function does not work with tilemaps.
Summary:
It must be possible to store the Array/Dictionary Data into a File in the App Sandbox Filesystem (Project Files). On mobile devices (iOS).
I'm looking for suggestions about save/load settings on iOS with Construct 2 and Ejecta. Awesome Tools btw. =)