地址簿中记录的 ABRecordID(地址簿中插入记录的唯一 ID)

发布于 2024-08-16 01:57:48 字数 161 浏览 8 评论 0原文

我在向 iPhone 的联系人添加记录时遇到了困难。

情况是这样的我有一个视图,其中创建联系人并将其插入到 iPhone 的联系人中。

我想要的是

有没有办法找到插入的(记录)联系人的唯一ID。在其他视图中访问联系人将需要它。

请赐教我这一点。

I got stuck while adding records to contacts of iphone.

Situation is this I have a view in which contacts are created and inserted to contacts of iphone.

What I want is

Is there a way to find some unique ID of the (record) contact which is inserted. Which will be required to access the contacts in some other view.

Please enlighten me on this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独自←快乐 2024-08-23 01:57:49

当您在地址簿中插入新记录时,该记录会自动分配一个 ABRecordID,您可以使用该 ID 进行检索

ABRecordID ABRecordGetRecordID (
   ABRecordRef record
);

When you insert a new record in the AddressBook, the record is automatically assigned an ABRecordID that you can retrieve using

ABRecordID ABRecordGetRecordID (
   ABRecordRef record
);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文