I am setting a string on my Info.plist file for NSContactsUsageDescription; but it is not showing up in the alert dialog that asks for permissions to access Contacts. Is there anything I am missing?
I have tried NSLocationUsageDescription and that one is working fine.
To get the Address Book Dialog I am using ABAddressBookCreateWithOptions and ABAddressBookRequestAccessWithCompletion. I am not sure if there is something additional I should be doing.