如何只在iPhone中显示特定的推送通知?
我们知道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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您(即您的服务器)必须为客户端过滤它们。
当用户更新其过滤器时,您将更新服务器上的数据库条目。
然后您只向他们发送他们想要的通知。没有机会在手机上进行过滤。
通知到达时您的应用程序可能不会启动。
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.