I'm not getting Always Allow option in my location permission popup because of this the user have to face the location permission popup every time when app is opened.
react-native -v):0.59.10desiredAccuracy: 0,
distanceFilter: 10,
stopTimeout: 10,
debug: false,
disableElasticity: true,
stationaryRadius: 25,
stopAfterElapsedMinutes: 0,
useSignificantChangesOnly: false,
logLevel: this.BGeo.LOG_LEVEL_ERROR,
stopOnTerminate: false,
startOnBoot: true,
stopOnStationary: false,
persistMode: this.BGeo.PERSIST_MODE_LOCATION,
foregroundService: true,
locationAuthorizationRequest: "Always",
maxBatchSize: 100, // for http request body array
maxDaysToPersist: 4,
maxRecordsToPersist: -1,
locationTemplate:{ "latitude":<%= latitude %>, "longitude":<%= longitude %>,"timestamp":"<%= timestamp %>"}`,## Expected Behavior
There should be three options in location permission popup as below:
`Only While using this app`
`Always Allow`
`Don't Allow`
## Actual Behavior
This is what i actually getting in mentioned device location permission popup:
`Only While using this app`
`Allow Once`
`Don't Allow`
``` <!-- Syntax highlighting: DO NOT REMOVE -->
PASTE_YOUR_LOGS_HERE
Welcome to iOS 13:
https://link.medium.com/UNt60Ze6t0
@christocracy It is mentioned in the article that user will get another pop up if he had chosen Only While using this app option after unlocking the phone. But i haven't received another popup.
You can test it in the simulator as I've done in the video in the blog above. Notice how I used the power button on the simulator to turn off the screen then waited several seconds before "unlocking" the device. Repeat that several times until you see the popup.