It would be nice to get the additional contacts information
- rawContactId
- deletion timestamp
- last modified timestamp
- source ID for the contacts I am the owner of (belonging to my account)
Android
- deletion timestamps maybe with ContactsContract.DeletedContacts.CONTENT_URI, but therefore the minSdkVersion has to be upgraded to 18
- last modification timestamp from the Contact
- rawContactId, and source ID from the RawContact
IOS
In the IOS documentation I did not found a hint in order how to do such thing.
It would be nice to get the additional contacts information
Android
IOS
In the IOS documentation I did not found a hint in order how to do such thing.