Reputation: 361
Can any one help me to retrive deleted contact and deleted phone calls from iPhone Programatically.
Thanks, Swapnil
Upvotes: 0
Views: 63
Reputation: 2285
I don't think it possible. First of all, because they're not kept locally, and the only way to restore them for the end user is to use a device backup. See this.
The only way you could probably achieve this is to track contacts and calls lists and compare them with new values. This, of course, won't help with contacts that were both added and deleted between app launches.
Upvotes: 2