从我的服务器在 iPhone 上推送通知
我正在创建一个应用程序,并计划在其中使用通知服务。我有一个服务器,应用程序通过网络服务调用该服务器并更新其数据。但我现在需要启用通知服务,用户可以在我的服务器中获取更新作为通知。我计划使用 Urban Airship 服务,但不确定如何使其与我的服务器通信。或者有没有其他简单的方法来启用通知。
I am creating an application and i'm planning to use a notification service in it. I've a server and the application is calling this server via webservices and updating its data. But i now need to enable a notification service where the user may get the updates in my server as a notification. I am planning to use Urban Airship service, but not sure how to make it communicate with my server. Or is there any other easy way to enable notifications.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为,你应该关注 MonoPush 项目,它看起来很酷。你可以通过 api 访问很多东西,你也可以将它安装在你的服务器上,没有任何消息限制,等等。
I think, you should follow MonoPush Project, it's seems very cool. You can be able to access many things via api and also you can install it on your server without any message limitation , sth.