Jitain
Lurker
Developing Geofence app for Enter and Exit alerts.
All done using the Google Android Developers Docs : https://developer.android.com/training/location/geofencing#java
Now for Android O, the BroadcastReceiver is registered using the PendingIntent to add the geofence.
While app is running or in background, all geofence alerts were received. But when app is excluded from the recent or phone is in Doze mode, no alerts were received.
I follow almost all forums but not found any solutions.
Looking for the right answer for running it on Android O, doze mode.
All done using the Google Android Developers Docs : https://developer.android.com/training/location/geofencing#java
Now for Android O, the BroadcastReceiver is registered using the PendingIntent to add the geofence.
While app is running or in background, all geofence alerts were received. But when app is excluded from the recent or phone is in Doze mode, no alerts were received.
I follow almost all forums but not found any solutions.
Looking for the right answer for running it on Android O, doze mode.