Everytime I request the access in the CNContactStore on my real iPhone 6 like:
let cnStore = CNContactStore() cnStore.requestAccessForEntityType(CNEntityType.Contacts) { hasPermission, error in if error != nil { print(error) } }
I get the following error:
Error Domain=CNErrorDomain Code=100 "Access Denied" UserInfo={NSLocalizedDescription=Access Denied, NSLocalizedFailureReason=This application has not been granted permission to access Contacts.}