I want to add a CNContactPickerViewController to my app.
The user has to tap on a button and it opens up, so that he now can select a contact.
If the user selected a contact, its name will be used by my program.
My question: is it necessary to ask the user for permission using a alertView? Or can I just open up the ContactPicker?