Is it okay to store a SQLite database within the app bundle and read data from there, or does one have to move the database to a e.g. the cache folder or documents folder?
I am just concerned that my app will be rejected if i do not comply with the storage guidelines..
By default i see that the DB within the simulator is located at : .. data/Containers/Data/Application/.../Documents/StorageTest.sqlite
That would be the default documents folder right? Is it okay to take the database and move it to the bundle? I have heard on some occasions where larger files within the documents folder caused applications to be rejected.
The data is not generated by the user, and is required for the application to function properly.
Aucun commentaire:
Enregistrer un commentaire