从 VCard 添加联系人到通讯录(iPhone)

发布于 2024-08-23 11:23:55 字数 139 浏览 3 评论 0 原文

我需要从服务器获取的 VCard 在 iPhone 的地址簿中添加联系人。有没有办法在 iPhone 中做到这一点,或者我需要解析 Vcard 文件并从中创建 iPhone 联系人。 我还需要将联系人以电子名片的形式发送到服务器。有没有框架或API可以做到这一点。

I need to add a contact in AddressBook of IPhone from the VCard i am getting from the server. Is there a way to do it in IPhone or i need to parse the Vcard file and create the IPhone contact from it.
and i also need to send the contact in form of Vcard to the server. Is there a Framework or Api that do it.

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

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

发布评论

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

评论(1

凉月流沐 2024-08-30 11:23:55

地址簿 api 是 PITA...这应该对您有帮助:

http://mrrsk.wordpress.com/2009/01/18/add-entry-to-contacts-using-iphone-sdk/

对于官方Apple文档,我是确保您知道 Google 可以提供帮助,只需搜索“iphone os 地址簿 api”即可。

编辑:哎呀,我忘了提一下,你必须自己解析 vcard 文件,iPhone 操作系统中没有相应的 API。查看 Sourceforge 上的 ccard 项目

——阿诺

The address book api is a PITA... This should help you:

http://mrrask.wordpress.com/2009/01/18/add-entry-to-contacts-using-iphone-sdk/

For the official Apple doc, I am sure you are aware that Google can help, just search "iphone os address book api".

EDIT: Oops, I forgot to mention that you will have to parse the vcard file by yourself, no API for that in the iPhone OS. Check out the ccard project at Sourceforge.

-- Arnaud

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