Currently I am developing an ios application and I would like some help to be able to save the data in the application cache, because I currently find nothing on this subject and yet I spent a day doing research without the slightest response,
File.DirTmp - The location of temporary files. These files will not be backuped by iTunes. The OS can clean this folder from time to time (you are also expected to delete unused files from this folder).
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...
File.DirTmp - The location of temporary files. These files will not be backuped by iTunes. The OS can clean this folder from time to time (you are also expected to delete unused files from this folder).
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...