I am working on an app that requires me to set kABPersonInstantMessageProperty
or kABPersonSocialProfileProperty
to my app.This properties when set are displayed in the contacts of the user.But the problem is that they have predefined keys like kABPersonSocialProfileServiceTwitter
,kABPersonInstantMessageServiceSkype
etc.
Is there any way I can set this keys to the app I am working on i.e is there any way to add custom keys and set them.I have searched for it but all are for existing social and instant messaging apps.