Possible to use geofencing (region monitoring) on iOS without "Always" location access? -


i wrote test code alerts me in background when i've left region or entered it. works great "always" location access. — however, if change app's location access "when in use", doesn't work anymore. works again when reverted.

i under impression (as others) geofencing (region monitoring) on ios should work without "always" location access. there entitlement or setting somewhere enable work correctly?

the hollow arrow doesn't appear in status bar without "always", kind of tip-off it's not supported without "always" being turned on, yeah....

that's expected. region monitoring, visit monitoring, significant location changes handled on os level , work need access. screen shot wwdc core location best practice minute 14:09

enter image description here


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -