react-native-unified-contacts icon indicating copy to clipboard operation
react-native-unified-contacts copied to clipboard

[iOS] Merged (linked) contacts showing as individual

Open paintedbicycle opened this issue 6 years ago • 2 comments

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.

paintedbicycle avatar Apr 11 '18 08:04 paintedbicycle

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?

joshuapinter avatar Apr 11 '18 14:04 joshuapinter

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.

paintedbicycle avatar Apr 11 '18 16:04 paintedbicycle