0

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.

iBhavin
  • 1,261
  • 15
  • 30
novice
  • 7
  • 4

2 Answers2

0

Got the answer

We can use any other string in place of the constants.i.e instead of kABPersonInstantMessageServiceSkype use @"abc".

novice
  • 7
  • 4
0

According to the official docs, no custom keys can be added:

Neither developers nor users can add more keys.

Quoted from the Overview section.

patzm
  • 973
  • 11
  • 23