I'm fetching contacts using CNContactPickerViewController
, and it seems that iOS doesn't automatically ask me for access permissions.
Do I really need permissions for using CNContactPickerViewController
or do I need to request for permissions manually?
If I need permissions for this, will my app get rejected if I submit this app to the App Store and if I did not ask for Contacts permissions?
Note: There is nothing stated in the ContactsUI Framework documentation.
Contacts
andContactsUI
frameworks sinceAddressBook
framework is already deprecated. And I don't think they have a similar API. – Githens