I'm trying to open a Whatsapp
conversation from my app. I have imported my contacts in core data, I have looked at the info that gives Whatsapp
on their website and it is necessary to add the ABid
of the contact in the URL scheme.
I've been looking at the Contacts
documentation on the Apple Developer page and CNContact
has a constant call CNContactIdentifierKey
but it returns a string like this: 86BA6C28-74E5-4A32-A270-5D18C2DFCD3B
.
Any kind of help is welcome and grateful.