从 VCard 添加联系人到通讯录(iPhone)
我需要从服务器获取的 VCard 在 iPhone 的地址簿中添加联系人。有没有办法在 iPhone 中做到这一点,或者我需要解析 Vcard 文件并从中创建 iPhone 联系人。 我还需要将联系人以电子名片的形式发送到服务器。有没有框架或API可以做到这一点。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
地址簿 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