Estimote / Android-Fleet-Management-SDK

Estimote Fleet Management SDK for Android
https://developer.estimote.com
MIT License
836 stars 451 forks source link

Not getting notification when app is killed #274

Closed gowthamidommeti closed 6 years ago

gowthamidommeti commented 6 years ago

Hi, I am not getting the notification if the app is killed otherwise am getting a notification. I want to display a notification if my App is killed also.Please help me to resolve this issue.

pawelDylag commented 6 years ago

Hey @gowthamidommeti

Basically, this is a bad behaviour - as a user you don't want random notifications to pop up when no app is running. So be careful with that. Anyway, background notifications are working for Android 8.0+ in our new ProximitySDK - you can check it and read more about how to do it. Otherwise it`s not possible in the old SDK.

Regards, Paweł