Permissions.LOCATION permission must be granted. On iOS it must be granted with Always

I use Geofencing have one issue Permissions.LOCATION permission must be granted. On iOS it must be granted with Always but ios 13 remove the always option.How to resolve this.

Hi

Is the documentation here no longer correct?

https://docs.expo.io/versions/latest/sdk/permissions/#permissionslocation

Also, what do you have in app.json under the infoPlist key?

EDIT: According to this it seems you should be using NSLocationAlwaysAndWhenInUseUsageDescription.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.