- Joined
- Apr 6, 2016
- Messages
- 253
- Reaction score
- 39
- First Language
- English
- Primarily Uses
- RMMV
When RMMV saves the game on a windows device, I believe the "save game" files such as file1.rpgsave, file2.rpgsave, etc are, by default, saved in the same folder as the compiled game.exe file, correct?
What I need to know, is where is this default "save game" folder when the game is exported for IOS and compiled in cordova/Xcode as gamename.app?
I have been using cordova-file-plugin to try and find it, and have been unsuccessful. It does not appear to save to www/save nor does it appear to save to /Documents or /Documents/save
I even tried to find them by using Xcode as described HERE but the expected files of such as file1.rpgsave, file2.rpgsave, etc. are not present in any of those directories after I've saved my game a bunch of times.
The IOS file system layout is below, and I would be very grateful if anyone know exactly where they get saved by default.

What I need to know, is where is this default "save game" folder when the game is exported for IOS and compiled in cordova/Xcode as gamename.app?
I have been using cordova-file-plugin to try and find it, and have been unsuccessful. It does not appear to save to www/save nor does it appear to save to /Documents or /Documents/save
I even tried to find them by using Xcode as described HERE but the expected files of such as file1.rpgsave, file2.rpgsave, etc. are not present in any of those directories after I've saved my game a bunch of times.
The IOS file system layout is below, and I would be very grateful if anyone know exactly where they get saved by default.

