Replies: 1 comment 1 reply
-
|
There has been a lot of changes since this fork was created. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Migrating from @mauron85/cordova-plugin-background-geolocation 3.0.3 to cordova-background-geolocation-plugin 2.3.1 using the same code is causing our app to crash.
We haven't updated any of the Javascript on our end, and just did a upgrade of the plugin.
One note with our use of this plugin is that we don't use the provided posting of coordinates, we store them on our own and send them to the backend via a different process...
This is the log of the crash:
background-crash.txt
To Reproduce
Expected behavior
The previous code is what we've been using in our app for years. When the code hit
BackgroundGeolocation.start()the app just crashes with the above log.Smartphone (please complete the following information):
Mainly a Galaxy S8, Android 9.
Beta Was this translation helpful? Give feedback.
All reactions