Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 kABpersonModificationDateProperty 来检测自上次启动以来添加/修改的地址簿记录。
是否可以检测到自上次启动以来删除了哪些记录?
我非常希望是这样。
您唯一的选择是缓存所有记录 ID,然后在启动时比较完整列表。
您仍然会遇到 iOS 重写所有 ID 的情况(例如通过 iCloud 同步时),在这种情况下,似乎所有记录都已删除并添加了全新的批次。您可以尝试通过比较字段(例如名字/姓氏)来识别现有记录中 ID 已更改的情况。