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.
Post a Comment for "Android Version Support For Push Notifications"