You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am working on exporting my application to Android. Everything I'm going to say next works fine on iOS.
I'm looking for a way to get both services working in the background. (BackgroundLocation.getLocationUpdates and FirebaseMessaging.onBackgroundMessage)
When I run both services in the background, I only have FirebaseMessaging.onBackgroundMessage working.
When I run only BackgroundLocation.getLocationUpdates, the service works fine.
I would like to run both at the same time. Do you have any idea what is going on?
The text was updated successfully, but these errors were encountered:
Hi,
I am working on exporting my application to Android. Everything I'm going to say next works fine on iOS.
I'm looking for a way to get both services working in the background. (BackgroundLocation.getLocationUpdates and FirebaseMessaging.onBackgroundMessage)
When I run both services in the background, I only have FirebaseMessaging.onBackgroundMessage working.
When I run only BackgroundLocation.getLocationUpdates, the service works fine.
I would like to run both at the same time. Do you have any idea what is going on?
The text was updated successfully, but these errors were encountered: