I have been struggling with this for some days now, until I fired up the debugger for the actual Android code: Even if the user has granted permissions previously, requestPermissions needs to be called once in the app lifecycle in order to receive any geo fence events at all.
I have been struggling with this for some days now, until I fired up the debugger for the actual Android code: Even if the user has granted permissions previously,
requestPermissions
needs to be called once in the app lifecycle in order to receive any geo fence events at all.