ABAddressBookCopyArrayOfAllPeopleInSource
我构建了一个与 iPhone 地址簿同步的 iPhone 应用程序。
对于某些用户,联系人列表有“链接的联系人”或统一或合并的联系人,它们出现在底部。因此,某些用户将一个人作为主要联系人,并在交换服务器或 mobileMe 等中为同一/或其他联系人提供更多链接的联系人。
我尝试使用 kABSourceTypeLocal 运行 ABAddressBookCopyArrayOfAllPeopleInSource,但在遇到具有链接联系人的联系人时,它仍然返回重复的联系人,
如何确保仅同步主标识而不重复?
I built an iphone app that syncs with the iphone address book.
with some users, the contact list has "linked contacts" or unified or merged contacts, they appear at the bottom. so some users have one person as the main contact and more linked contacts for the same/or other contact in the exchange server or mobileMe or whatever.
I tried running ABAddressBookCopyArrayOfAllPeopleInSource with kABSourceTypeLocal but it still returned duplicate contacts when encountering contacts with linked contacts
how can I make sure I sync only the main identify without duplicates ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用具有单例模式的类。
You can use a class with the singleton pattern.