Skip to content Skip to sidebar Skip to footer

Android Version Support For Push Notifications

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 notificatio

Solution 1:

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.

Solution 2:

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.

Post a Comment for "Android Version Support For Push Notifications"