Notifications when user kill app

Im working in Android app. I already tried notifications in the background (app still open but in background mode)

But I wonder if there is any way to implement this when the application is not open (fully closed), as in IOS.

Hi Eder,

Currently, it's not possible to launch notifications in Android when an app is killed (removed from the app switcher).

Best,

I've had great success using a Background Service to perform the region monitoring.

2 Likes