在 iPhone 应用程序上收到通知时,使用地址簿搜索名字

发布于 2024-10-08 19:14:31 字数 237 浏览 0 评论 0原文

我花了几天时间寻找有关此问题的解决方案: 我有一个应用程序可以接收其他用户的通知。我在服务器端下的单个数据是电话号码。所以我想,当在iPhone上收到通知时,将发送者的电话号码链接到接收者的地址簿进行显示,如果找到电话号码,则将发送者的名字显示在通知中。

这个功能就像iphone上的短信接收一样,只是最后使用的电话号码,并链接到通讯录。

我的应用程序上的通知系统已启用并运行没有问题,但此功能尚未解决,我在网上找不到任何响应。

I spend some days to search solution about this trouble :
I have an app wich receive notificaiton from other user. The single data, I have under server side is the number phone. So I want, when the notification is receive on the iphone, to link the number phone of sender to the addressbook of receiver for display, if the number phone is foud, the firstname of the sender to the notification.

This feature is like sms reception on the iphone, where is just the number phone used finally, and is linked to the address book.

The notification system on my app is enabled and run without trouble, but this feature is not resolved, and i found the response nowhere on the net.

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

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

发布评论

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

评论(1

凶凌 2024-10-15 19:14:31

好吧,我搜索了更多,我认为,如果应用程序可以在 Localize.string 下写入,则此功能是可能的。事实上,可以编写键值,例如(“93019320”=“Carla”),并且在通知文本中,电话号码“93019320”被字符串“Carla”替换。但第二个问题是
app下的Localiza.string可以写吗?

Ok, i search more, and i think, this feature could be possible if the app can write under the Localize.string. In fact, it could be possible to write key value, like ("93019320"="Carla") and in the notification text the phone number "93019320" is replace by the string "Carla". But the second question is
Is it possible to write in Localiza.string under app?

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