网络应用程序的 iPhone 推送通知?
是否可以实现iPhone的推送通知服务 在“桌面”上有一个图标的网络应用程序?如果是这样怎么办?
Is it possible to implement IPhone's push notification service for a
Webapp that has an icon on the "desktop"? If so how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
评论(8)
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我对此有一个替代解决方案:
1)创建一个 Gmail 帐户并在您的 iPhone 上获取 gpush 应用程序(在应用程序中设置 gmail)。
2) 在直接向 iPhone 发送通知的状态下,您可以从您的 Web 应用程序向 Gmail 帐户发送电子邮件。
3) 5 秒内。您将收到推送通知。
希望这有帮助。
i have an alternative solution for this:
1) create a gmail account and get gpush app on your iphone (setup the gmail in the app).
2) instate of sending direct notification to iphone, you can send an email from your webapp to the gmail account.
3) within 5 sec. you will receive the push notification.
hope this help.