如何只在iPhone中显示特定的推送通知?

发布于 2024-10-19 07:01:47 字数 176 浏览 2 评论 0原文

我们知道iPhone有推送通知功能。 但我有不同类型的通知,希望用户可以设置他们想要的通知。

例如,facebook可以设置消息、墙贴、活动、评论等...

我想做这样的事情。但我不知道该怎么做。 我可以将通知推送到手机上,然后iPhone可以找出它是什么消息并决定显示或不显示吗?

谢谢。

We know that IPhone has a push notification function.
But I have different kinds of notification and want the user can set which one they want.

For example, facebook can set message, wall posts, events, comments, etc...

I want to do something like this. But I'm no idea how to do it.
Can I push the notification to a phone, then the iphone can find out what message it is and decide to show or not show?

Thanks.

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

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

发布评论

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

评论(1

后eg是否自 2024-10-26 07:01:47

您(即您的服务器)必须为客户端过滤它们。
当用户更新其过滤器时,您将更新服务器上的数据库条目。

然后您只向他们发送他们想要的通知。没有机会在手机上进行过滤。
通知到达时您的应用程序可能不会启动。

You (ie your server) have to filter them for the client.
When the user updates his filter, you update the database entry on your server.

And then you only send them the notifications they want. No chance for filtering on the phone.
Your app might not be launched when the notifications arrive.

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