DwayneCoussement / flutter_geofence

BSD 3-Clause "New" or "Revised" License
42 stars 40 forks source link

Mention that requestPermissions needs to be called, even if permissions have been granted before #20

Closed fchristl closed 4 years ago

fchristl commented 4 years ago

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.