I am using
ABMultiValueAddValueAndLabel(PhoneValue,(__bridge CFTypeRef)mblNum.number,kABPhoneMobileLabel, NULL);
but its giving me error. How to overcome this? I am developing an app for OS x.
I am using
ABMultiValueAddValueAndLabel(PhoneValue,(__bridge CFTypeRef)mblNum.number,kABPhoneMobileLabel, NULL);
but its giving me error. How to overcome this? I am developing an app for OS x.