radar-sdk-android
radar-sdk-android copied to clipboard
Geofence Stopped working sometimes, and starts when device get rebooted.
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