Is it possible to implement the push notification in android 1.6? If it is possible then how can I implement this in my Android apps?
Asked
Active
Viewed 956 times
-1
-
1You should just edit your previous question. – Douglas Leeder Aug 09 '10 at 06:31
-
possible duplicate of [push notification in android 1.5](http://stackoverflow.com/questions/3437568/push-notification-in-android-1-5) – Douglas Leeder Aug 09 '10 at 06:32
1 Answers
0
Urban Airship just opened up our public beta of Push for Android, which provides Push support for Android 1.5+.
Full disclosure: I work for Urban Airship.

Lucky
- 1
-
It is possible to use Android C2DM as a delivery mechanism for UrbanAirship, but the mobile device must have Android 2.2 or higher to receive C2DM messages. – Sparky Jun 01 '12 at 07:37