-
Notifications
You must be signed in to change notification settings - Fork 715
Open
Description
I am experiencing an issue using the last version of this plugin for an Ionic app at IOS platform (it doesn't happen on Android platform). The app executes a synchronizing process that makes intesive access to database. At some random point insert sql statement start failing with: "NOT NULL CONSTRAINT FAILED" error. If we start debugging our app using Safari, the error never happens. Could it be due to this issue mentioned at readme ?
"The iOS/macOS platform versions do not support certain rapidly repeated open-and-close or open-and-delete test scenarios due to how the implementation handles background processing"
Could you explain me this issue so I can understand if our app's error has something to due with it?
Thanks