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

UnsatisfiedLinkError when opening SQLite storage #39

Open
NLueg opened this issue Mar 10, 2021 · 3 comments
Open

UnsatisfiedLinkError when opening SQLite storage #39

NLueg opened this issue Mar 10, 2021 · 3 comments

Comments

@NLueg
Copy link

NLueg commented Mar 10, 2021

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. ionic-team/ionic-storage#210

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

image

@juanmaldonadodev
Copy link

Hi @NLueg Did you solve the problem?

@NLueg
Copy link
Author

NLueg commented Apr 26, 2022

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
Copy link
Author

NLueg commented Nov 12, 2022

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.

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