I am very new to this technology so please help me.
I am using CLLocationManager to get current location and my application has custom settings showing status that he has allowed for current location or not i.e. message prompt which comes by default when we write
[self.locationManager startUpdatingLocation];
If user taps on dont allow on that message prompt and goes back to my application custom setting and changes off button for getting location to on, can I get current location of user.
How this thing can be implemented, please help.
Thanks in advance
