You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS if a user has merged several contacts using apples built-in method for linking contacts, they show up twice.
If a user looks at their own contacts inside the contacts app on iOS the contacts only appear once. However in the list of returned contacts in my app, those contacts appear more than one.
So contacts app and my app (using this library) don’t match.
The text was updated successfully, but these errors were encountered:
Interesting. Are they recently merged (maybe a caching issue)?
Maybe Apple keeps them separate in case the user wants to "undo" a merge. I wonder if there is a flag on the merged records that says they should be ignored?
I reached out to the user submitting the bug to me - I don't think caching was an issue, they said it was at least several weeks since they merged them if not more.
I hope Apple allows you to only return the primary contacts, yes! I couldn't imagine this is normal.
On iOS if a user has merged several contacts using apples built-in method for linking contacts, they show up twice.
If a user looks at their own contacts inside the contacts app on iOS the contacts only appear once. However in the list of returned contacts in my app, those contacts appear more than one.
So contacts app and my app (using this library) don’t match.
The text was updated successfully, but these errors were encountered: