I'm writing an app that relies heavily on access to the iPhone address book. In iOS 6.0 users are now asked when the app first requests address book info whether they'd like to grant the app access to their contacts. It occurs to me that a user could select No without thinking the request through and thus render the app redundant.
I'd like to know if there's a way I can firstly tell that the app has been blocked and secondly (and in that case) re-request access to the device contacts.