Good morning everyone. I would like to have some advice on how to approach writing files inside the phone. My app downloads an image of a card from an FTP server that it has to save inside the phone to be quick to load it when I return the second time. The question is: should you save it under which folder? do I create one in particular? I have never written files inside ios, is it similar to b4a?
thank you
Good morning everyone. I would like to have some advice on how to approach writing files inside the phone. My app downloads an image of a card from an FTP server that it has to save inside the phone to be quick to load it when I return the second time. The question is: should you save it under which folder? do I create one in particular? I have never written files inside ios, is it similar to b4a?
thank you
Good afternoon.
No it is not the same as Android the file system is very different.
You only can save and like to keep is file.dirdocuments. But be careful this folder will also be deleted when you delete the app.
I use ITunes to save the files on the PC to set it back when needed.
Lets say I have not found a other way to writing files to the IPhone and keep them safe
In iOS each application can only access its own private folders. There is no shared location such as File.DirRootExternal in Android. iOS file system is case sensitive. There are several standard folders. Each folder is intended for different usage. File.DirAssets - This is a read-only...