如果 iPhone 中没有设置邮件,从联系人检索邮件会崩溃

发布于 2024-09-12 12:07:36 字数 128 浏览 1 评论 0原文

我正在尝试从联系人中检索电子邮件。我能够成功检索它,但如果没有为某个人设置电子邮件并且我尝试检索他们的联系人,那么应用程序就会崩溃。

我想检查特定联系人的邮件是否存在,如果没有为该联系人设置邮件,则显示警报。我怎样才能实现它?

I am trying to retrieve email from the contacts. I am able to retrieve it successfully, but if there are no email set for a person and if I try to retrieve their contact then the app crashes.

I want to check whether the mail is there or not for particular contact and display an alert if there is no mail set for the contact. How can I achieve it?

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

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

发布评论

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

评论(1

陪你搞怪i 2024-09-19 12:07:36

我通过查找 cfindex 值解决了这个问题,如果 mailid 可用,则返回 1;如果没有 mail id 不可用,则返回 0。

CFIndex emailCount = ABMultiValueGetCount(mail1);

I solved it by finding the cfindex value it returns 1 if mailid is available and 0 if no mail id is not available.

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