I need to get the image url for each contact from AddressBook. I can get the image now, but the thing is I need to get the asset URL of the image for the particular person. Currently I'm getting the contact image by
[UIImage imageWithData:(__bridge NSData *)ABPersonCopyImageData(person)]
Please help me to get the asset URL for that particular image. Thanks