Hi robbieduncan,
Thanx for your reply, i did in my app like the following , but its not working..
CFDataRef imageData = CGDataProviderCopyData(CGImageGetDataProvider(empImage.CGImage));
ABPersonSetImageData(person, imageData, nil);
ABAddressBookAddRecord(addrBook, person, nil);
ABAddressBookSave(addrBook, nil);
Please help me...
Thanks,
Asif