Hello, Ionic app compiled and deployed to google play store. It works fine on all Android devices I have, but it crashes on many devices in a wild west. App crashes on a startup allegedly, when initializing Ionic’s Secure Storage plugin. All what I get in google play console is a limited stack trace:
android.content.ActivityNotFoundException:
at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2067)
at android.app.Instrumentation.execStartActivity (Instrumentation.java:1727)
at android.app.Activity.startActivityForResult (Activity.java:5320)
at org.apache.cordova.CordovaActivity.startActivityForResult (CordovaActivity.java:352)
at android.app.Activity.startActivityForResult (Activity.java:5278)
at android.app.Activity.startActivity (Activity.java:5664)
at android.app.Activity.startActivity (Activity.java:5617)
at com.crypho.plugins.SecureStorage.startActivity (SecureStorage.java:240)
at com.crypho.plugins.SecureStorage.access$700 (SecureStorage.java:21)
at com.crypho.plugins.SecureStorage$4.run (SecureStorage.java:217)
at android.os.Handler.handleCallback (Handler.java:938)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loop (Looper.java:223)
at android.app.ActivityThread.main (ActivityThread.java:7660)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:947)
Any advice?
1 post - 1 participant