You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Older posts mention an Apple user query as databases grow beyond a certain size. Later posts seem to say the max database size is limited only by the size of storage. I have and an Apple hybrid app that shows the error:
"there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space"
This happens as I do inserts, just as the database hits 50 MB. The app uses
Brodysoft SQLite 1.0.6
Cordova Version 3.7.0
This is happening on iOS 9.0.2 and Android 4.2.2, but not on Android 4.4.
Insert size, transaction nesting and transaction size seems to have no effect. Any ideas ??
The text was updated successfully, but these errors were encountered:
Older posts mention an Apple user query as databases grow beyond a certain size. Later posts seem to say the max database size is limited only by the size of storage. I have and an Apple hybrid app that shows the error:
"there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space"
This happens as I do inserts, just as the database hits 50 MB. The app uses
Brodysoft SQLite 1.0.6
Cordova Version 3.7.0
This is happening on iOS 9.0.2 and Android 4.2.2, but not on Android 4.4.
Insert size, transaction nesting and transaction size seems to have no effect. Any ideas ??
The text was updated successfully, but these errors were encountered: