开发者

Android version support for push notifications

开发者 https://www.devze.com 2023-02-21 16:56 出处:网络
Need help for implementing PUSH notification in android. wanted to know from which android version, push notification will be supported. When i searched for the Android notification service in android

Need help for implementing PUSH notification in android. wanted to know from which android version, push notification will be supported. When i searched for the Android notification service in android, i saw C2DM which will be supported after android 2.2.

If it will be supported after 1.5, please let me know what are the options avail开发者_如何学Cable to achieve push notification for 1.5 and above.

Thanks in Advance Srinivasan


For below 2.2, there is no native support in Android. You will have to use some third party push notification services like urbanship or mqtt described here

For a good explanation of google c2dm (native push support from google), see this.


Actually, you could use WebORB to do data push from Java or .NET to Android (Native Java and AIR). Here is a link to more information and videos about using WebORB messaging with for Android.

0

精彩评论

暂无评论...
验证码 换一张
取 消