How to get location services to reprompt the user for location permission if they accidentally refused it?
问题 When the users are asked to allow the user location, if they select accidentally "NO", then this alert is never shown in our app. Is there any option to reprompt the alert every time they open the app.After referring S.O question, many are suggesting this not all possible.Only thing can be do is, we have alert the user to turn-on location service in settings. But in some S.O questions, starting CLLocationManager update method every time based on the user's selection we can reprompt the alert