使用 initWithVCardRepresentation

发布于 2024-11-30 23:12:16 字数 205 浏览 5 评论 0原文

因此,我使用 ABRecordRef 的实例来使用“ABPersonCreate()”创建 ABPerson。

我现在想要做的是使用“initWithVCardRepresentation”将预设详细信息添加到创建的 ABPerson 中。

我不知道如何做到这一点,而且我的搜索似乎一直很枯燥,所以任何帮助将不胜感激。

谢谢,

马特

So I have used an instance of ABRecordRef to create an ABPerson using "ABPersonCreate()".

What I would now like to be able to do is use the "initWithVCardRepresentation" to add preset details to the ABPerson created.

I have no idea how to do this and my searches seem to keep coming up dry so any help would be greatly appreciated.

Thanks,

Matt

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

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

发布评论

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

评论(1

顾北清歌寒 2024-12-07 23:12:16

重复的
从 AddressBook.framework 生成 vCard

寻找 vCard 库在 Objective-C、C、C++(适用于 iPhone)中生成和解析

最终都建议您应该实现自己的(也许基于一些现成的互联网代码,可以在这些链接中找到)

干杯,

奥德.

Duplicate of
Generate vCard from AddressBook.framework
and
Looking for a library for vCard generation and parsing in Objective-C, C, C++ (for iPhone)

which both end up suggesting you should implement your own (perhaps based on some ready made internet code, found in those links)

Cheers,

Oded.

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