I want to get a new new contact id.
Here is my code:
-(void)viewWillAppear:(BOOL)animated { [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(addressBookDidChange:) name:CNContactStoreDidChangeNotification object:nil]; } -(void)addressBookDidChange:(NSNotification*)notification {
CNNotificationSaveIdentifiersKey array is always empty.
Notification - { CNNotificationOriginationExternally = 1; CNNotificationSaveIdentifiersKey = ( ); CNNotificationSourcesKey = ( ); }
ios cncontact
Mayuri R Talaviya
source share