Im writing an app which is available from iOS 7. And I'm using contacts for retrieving data of the user which is logged in his connection (in the app).
I've written some code which checks if the
CNAuthorizationStatus status = [CNContactStore authorizationStatusForEntityType:CNEntityTypeContacts];
Is not 3 -> Authorised. When this is the case I'm showing a view which asks to go to the settings and set the contacts accessibility on true.
But when I return back to the app, and I've changed the status. It still remains the previous value. Anyone with a solution?
Thanks in advance, Kind regards