How to get the contact image URL from contacts?

Viewed 1563

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

2 Answers
Related