I am trying to ask for user location permission on iOS with React Native only at a certain time, but the app keeps asking it just after the splash screen (when I open the app). I have added the following configuration to info.plist:
<key>NSLocationWhenInUseUsageDescription</key> <string>Allow the app to use your location while you are in the app.</string>
I want the popup to appear only when the user presses a certain button.
1.4m articles
1.4m replys
5 comments
57.0k users