I'm developing an iOS
app using Expo. My app needs Location permission in order for geofencing to work when the app is not in use. I've followed Expo's documentation for Location Permission and provided NSLocationWhenInUseUsageDescription
, NSLocationAlwaysAndWhenInUseUsageDescription
, and NSLocationAlwaysUsageDescription
descriptions in my app.json
. But when my app prompts the user for location permissions the options given are While Using App, Allow Once, or Don't Allow.
How can I get my app to prompt for Always Allow?