-
Notifications
You must be signed in to change notification settings - Fork 259
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
Notification not working #114
Comments
On 0.6.1, did you set the android notification? BackgroundLocation.setAndroidNotification( |
yes I did. but I am using await keyword before that. I saw some where asked to change the icon. So I tried using other icon also. Still didn't work. Same code is working with 0.5.0 |
same notification not working for me too.. |
Is this still an issue? |
may be related to #147 |
fixed in 52ef3db version 0.12.0 |
@Almoullim did you confirm that this was actually related to notification importance? it definitely seems plausible but idk if theres enough info in the original PR to know for sure |
@MoralCode if not fixed in 0.12 then its a duplicate of #131, no point in keeping in open. |
I have updated the project to null-safty. that time i updated the version to
Then i started testing the app and found background location tracking notification not showing. Then I downgraded the plugin version to
Now its working. So please check and fix the issue.
The text was updated successfully, but these errors were encountered: