Possible Duplicate:
Determining if user has denied CoreLocation permission
How would I go about detecting if a user says no to “use my default location” in an iOS app?
I would like to present them with a different view controller depending on their choice.
thanks
For that, you need to implement below delegate method:
You can create method “showAllowGPSLocationView” in AppDelegate. And show view to user that, you need to access GPS location.
Hope it will resolve your issue.
Happy Coding!