storesafe / cordova-sqlcipher-adapter

A Cordova/PhoneGap plugin to create and access encrypted databases on Android, iOS, and Windows with API similar to HTML5/Web SQL API
Other
89 stars 55 forks source link

iPhone 11 couldn't open DB #91

Closed azn1viet closed 5 years ago

azn1viet commented 5 years ago

It's working on iPhone 11 simulator, iOS 13, but not on real device which is tested with iOS 13.1.1+.

All other devices like iPhone 7, iPhone X, iPad are working well. any ideas?

azn1viet commented 5 years ago

Eventually if I config to min target iOS 11 for my project, it won't work, but if I configure to min target iOS 9, it will work. So, it means SQLite Cipher won't work for iOS 11 and above!!!