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

Conflict between BackgroundLocation.getLocationUpdates and FirebaseMessaging.onBackgroundMessage #182

Closed
SimonTellier opened this issue Feb 20, 2023 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@SimonTellier
Copy link

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?

@sokheangret
Copy link

Hi, I'm facing with this issue too. Are there any solution? Thanks.

@MoralCode
Copy link
Collaborator

Are there any associated logs that you see when you try to run both at the same time?

@MoralCode MoralCode added needs-info Further information is requested duplicate This issue or pull request already exists and removed needs-info Further information is requested labels Jul 21, 2023
@MoralCode
Copy link
Collaborator

Closing as duplicate of #139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants