@dale_price
Also, I wish the model of requesting a single contact was more common. On Android, you don't need address book permissions to open the phone contacts so the user can pick a person. It's only necessary to vacuum up all that personal data (and present it in your own UI).
Briefly looking at CNContact, it looks like iOS doesn't have a similar "pick one contact to share with app" API? What could make them add it?
@idbrii I think iOS’ CNContactPickerViewController does that, but you’re right that it’s not commonly used