-
Notifications
You must be signed in to change notification settings - Fork 40
not executed when terminated #14
Comments
|
Hello @niypoo , because in android the dart not able to execute code in background so you need to modified GeofenceBroadcastReceiver.kt from you android studio, as follow: override fun onReceive(context: Context, intent: Intent) {
|
I have working on ios and it's working great but when test it in android , it only working when is opening but when I close the app , it doesn't listen any events,
I have tested on emu android 10, and physical mobile Samsung android 9.
and I'm using android with embedding v2.
The text was updated successfully, but these errors were encountered: