In my application I want to display CLLocationManager alert(“App name” would you like to use your location) twice. One at the beginning and one, somewhere in middle of application in one of the controllers.
Is it possible to show this alert twice in application? Also, does this alert come only at the start of application, even though we CLLocationManager is set somewhere later in application?
This is a system generated alert and only comes when you try to access the location services via CLLocationManager object. And it won’t come twice as far as I know, because either user allow it or deny it.