When I tried to fetch my current location IOS displayed alertview like " "Application" would like to use your current location" with "Dont Allow" and "Ok". I tapped "Dont Allow". Then whenever I opened application and tried to fetch current location it does not displayed that previous message again. Is it possible to make alert view each time (only when user selected "Dont Allow" previously) I tried [CLLocationManager authorizationStatus];
and it showed me error like
The operation couldn’t be completed. (kCLErrorDomain error 1.) I would like to get the same "system generated" alert view again. Please help.