Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS , 50MB Datalimit #1

Open
vrajesh126 opened this issue Feb 19, 2016 · 1 comment
Open

iOS , 50MB Datalimit #1

vrajesh126 opened this issue Feb 19, 2016 · 1 comment

Comments

@vrajesh126
Copy link

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 ??

@brodycj
Copy link
Member

brodycj commented Oct 6, 2016

I suspect you are using window.openDatabase which will bypass this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants