eddieowens / react-native-boundary

Native implementation of geofencing/region monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boundary dont start when i allow only use in app

jawwad22 opened this issue · comments

Boundary dont start when i allow only use in app

@jawwad22 : I am getting error 13. are you getting same ??

@sangameshrently i found that error 13 is linked to permissions, make sure to add ACCESS_BACKGROUND_LOCATION or check that you have permissions granted

@leo-maidea Thank you . With API level SDK 30 & Android 11 is this working for you? Though we enable the ACCESS_BACKGROUND_LOCATION the alerts are not triggered in the simulator or in the real devices.The location icon(which comes in the status bar) is not appearing even though the ACCESS_BACKGROUND_LOCATION is enabled. But for google maps we can see this coming in the status bar. Any idea

did you find a work around.