0

I am trying to add contact in device contact list. The code is working fine in iOS7 but not working in iOS8. I am getting "didAdd 0" in ios8

---
---
---     
ABAddressBookAddRecord(iPhoneAddressBook, newPerson, nil);
        BOOL didAdd = ABAddressBookSave(iPhoneAddressBook, nil);

        if(didAdd){

            NSLog(@"didAdd %d",didAdd);
        }else{
            NSLog(@"didAdd %d",didAdd);
        }
Ranjitsingh Chandel
  • 1,479
  • 6
  • 19
  • 33

0 Answers0