background_location
background_location copied to clipboard
Notification not working
I have updated the project to null-safty. that time i updated the version to
background_location: ^0.6.1
permission_handler: ^8.1.4+2
Then i started testing the app and found background location tracking notification not showing. Then I downgraded the plugin version to
background_location: ^0.5.0
permission_handler: ^6.1.3
Now its working. So please check and fix the issue.
On 0.6.1, did you set the android notification?
BackgroundLocation.setAndroidNotification( title: "Notification title", message: "Notification message", icon: "@mipmap/ic_launcher", );
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..