radar-sdk-android icon indicating copy to clipboard operation
radar-sdk-android copied to clipboard

Geofence Stopped working sometimes, and starts when device get rebooted.

Open appice-androidsdk opened this issue 4 years ago • 0 comments

I am using android radar toolkits, and created geofence area for my location from panel.

Sometimes it works as expected, sometimes it stopped working till i reboot my device.

problem i am seeing when it stopped working, then RadarLocationReceiver is not getting invoke. override fun onReceive(context: Context, intent: Intent) { when (intent.action) { ACTION_BUBBLE_GEOFENCE, ACTION_SYNCED_GEOFENCES -> { val event = GeofencingEvent.fromIntent(intent)

this block is not execute.

It happens very randomly, almost every time I have to restart my device to make it working.

Device Details Name : Redmi 9A Version : 10.0

App I used: Radar Toolkits

appice-androidsdk avatar Oct 29 '21 06:10 appice-androidsdk