localForage-cordovaSQLiteDriver icon indicating copy to clipboard operation
localForage-cordovaSQLiteDriver copied to clipboard

UnsatisfiedLinkError when opening SQLite storage

Open NLueg opened this issue 4 years ago • 3 comments

Hi there, I recently published a version of our ionic-app with the sqlite plugin. It works pretty well for most users but there are currently 2 devices that crash because of the exception below. I created an issue for the @ionic/storage plugin, but they said that it's probably an issue of this plugin. https://github.com/ionic-team/ionic-storage/issues/210

  • Galaxy S8 (Android 9)
  • Pixel 3 XL (Android 9)
  • Nexus 5X (Android 8) ....

image

NLueg avatar Mar 10 '21 06:03 NLueg

Hi @NLueg Did you solve the problem?

juanmaldonadodev avatar Apr 26 '22 07:04 juanmaldonadodev

Hi @NLueg Did you solve the problem?

@juanico18 good question, actually. Crashlytics doesn't complain about the issue anymore, but I don't think that this is because of my changes. I removed the plugin localForage-cordovaSQLiteDriver from my app and implemented the functionality by myself. But the code is heavily inspired by this plugin and I just migrated the JavaScript to TypeScript which leaded to some small changes. I can't say why the issue seems to be solved 🤷🏻‍♂️

NLueg avatar Apr 26 '22 12:04 NLueg

As there won't happen anything from the creator of this library, I published my own: https://github.com/NLueg/localforage-cordova-sq-lite-driver.

NLueg avatar Nov 12 '22 16:11 NLueg