-
Notifications
You must be signed in to change notification settings - Fork 362
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
IOS it doesn't work when app is killed(Android is working) #309
Comments
any news? anybody here? |
Same here. Details : I have a flutter iOS mobile app that display a push notification (using 'https://fcm.googleapis.com/fcm/send') every time the location callback is trigger. I receive the location notification on foreground and background, but not when I manually kill the app. background_locator version is 1.6.12 |
When you terminate the app did you test after moving the location about 500m away? Because the way IOS works is it will only send the device's location after ~500m location change when the app is terminated. If it doesn't move it won't trigger. |
yes, after the application is killed - it does not work, on any melt. @Mayb3Nots do you have a working example? |
I using last version plugin background_locator: ^1.6.12. But example doesn't work in IOS when app is killed. it works in android perfectly.
I followed all the instructions in the wiki. What could be the reason? Any advice - I'll be grateful. By the way, the example can be updated.
The text was updated successfully, but these errors were encountered: