Is there a way to determine which contact records has been modified or added to AddressBook.sqlitedb on IPhone. I mean I want my application to read the AddressBook.sqlitedb and determine which contact records has been added or modified to the AddressBook.sqlitedb from the time I last read the database? Do they maintain some kind of time stamp field in each table which stores the add or change time of a record?
Basically my problem is that when my application is not running the user can add/modify contacts on his Iphone. Now when my application launches how will it determine what changes have taken place? I donot want to store local copy of AddressBook.sqlitedb in my application and compare it with the Iphones original AddressBook.sqlitedb. There must be some smarter option to accomplish it. Please help guys.