在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.

在客户端的东西很容易,但如果你想有一个很好的例子,我们提供一个你可以下载 http://bitbucket.org/urbanairship/push_sample/

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/

你会发现服务器端的东西要困难得多,为此我建议使用Urban Airship因为我们提供简单的REST服务你可以与许多附加的特征和独立封装是免费使用。

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

警告:我在那里工作