I have an application with an explicit user interaction that makes use of the user\'s current location. If the user denies access to location services, I would still like su
I guess you will have an answer to your question when Apple will think about a new SDK. At current time and as far as I know, it's not possible :
No URL-Handler available
No usable method to call
But... As Maps does it, this CAN be done, but probably using a private API. If you're not afraid with this kind of coding, you should search there in my opinion.