I am having issue in my app, the app is photo related,
In my app I have required photo url which is deleted via Photo.app, is there any way to find in our app that which photo is deleted in photo.app
Thanks in advance.
I am having issue in my app, the app is photo related,
In my app I have required photo url which is deleted via Photo.app, is there any way to find in our app that which photo is deleted in photo.app
Thanks in advance.
No practical way, I suppose you could iterate over the photo library before the deletion and then iterate over the photo library after the deletion to see what the changes were.
I do a similar thing in my "Chanda" app. The photos are stored in iPhone Photo Library and a link is stored in the database. I believe that if you delete the photo from the Photos app then you will get nil or something when trying to fetch the photo.