We have a launched application which uses the react-native version linked with the 9.6.1 version of this library and we have been seeing reports of Android crashes while the App was in use in background.
Our App uses GPS while in background to track user exercises and so, it needs to keep updating the map in the background (to keep updating the user path).
After symbolicating the crash, this is what shows up on Bugsnag:
Library version: 9.6.1
We have a launched application which uses the react-native version linked with the 9.6.1 version of this library and we have been seeing reports of Android crashes while the App was in use in background. Our App uses GPS while in background to track user exercises and so, it needs to keep updating the map in the background (to keep updating the user path).
After symbolicating the crash, this is what shows up on Bugsnag:
How can we fix this or bypass this?