Adding Contacts on Apple Platforms without Entitlements
DK
Adding a contact to the user’s address book on Apple platforms using the prescribed method requires jumping through a lot of hoops. You have to: add NSContactsUsageDescription to your info.plist add an entitlement to your app ask the user for authorization (requires an in-app popup) if you want...