Open juscyllan opened 3 weeks ago
@christocracy: @juscyllan is reporting this for us at @gigsmart. Let us know when you are able to diagnose. :-) Thank you.
I tried this. I do not see a permission request when I call .insertLocation(data)
(and looking at the code, there is no reason that should occur).
Show me the exact code you're executing.
Your Environment
react-native -v
): 0.73.10Expected Behavior
Invoking
BackgroundGeolocation.insertLocation
shouldn't trigger the iOS permission dialog.Actual Behavior
Invoking
BackgroundGeolocation.insertLocation
should not trigger the iOS permission dialog.Steps to Reproduce
BackgroundGeolocation.insertLocation
with custom location;Context
Insert a custom location.
Debug logs
Logs
``` empty. ```