iPhone 应用程序中的推送通知
我需要在我的应用程序中实现推送通知。 实际上我必须从服务器接收消息。 请指导我如何在我的 iPhone 应用程序中实现推送通知。
I need to implement push notification in my application.
Actually i have to receive messages from the server.
Kindly guide me how i can implement push notifications in my iphone application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
客户端的东西很简单,但如果您想要一个好的示例,我们提供了一个您可以下载的http://bitbucket .org/urbanairship/push_sample/
你会发现服务器端的东西要困难得多,为此我建议使用 Urban Airship,因为我们提供了一个简单的 RESTful 服务,你可以与很多附加组件一起使用功能和独立包是免费的。
http://urbanairship.com/docs/push_index.html
警告:我在那里工作。
The client side stuff is easy, but if you want a good example we provide one that you can download http://bitbucket.org/urbanairship/push_sample/
You'll find the server side stuff to be a lot more difficult and for that I would recommend using Urban Airship because we provide a simple RESTful service you can use with lots of add-on features and the indie package is free.
http://urbanairship.com/docs/push_index.html
caveat: I work there.
你需要在你的应用程序中实现这两个委托方法
you need to implement these 2 delegate method in your application