-1

I have a website which supports Push-notifications, but what i must do to receive thhis notifications in my app?

2
  • repeat: stackoverflow.com/questions/1378671/… - Please search before asking. Commented May 11, 2012 at 16:47
  • Here I have posted solution, For Push Notification Implementation,May help you. Commented Nov 29, 2013 at 6:41

3 Answers 3

2

You could use Googles Android Cloud to Device Messaging. This also C2DM called funcionality enables you to push short messages to Android Devices. These short messages typically do not contain the actual data but only a code for "there is something available". In a next step, your application pulls the actual data from your server.

You can find a lot of usefull information by searching for c2dm here on StackOverflow. Also see this very usefull tutorial.

Sign up to request clarification or add additional context in comments.

Comments

1

For implementng Push-notifications in your app you need to use Cloud to Device messaging or short C2DM

here some tutorial for implementing C2DM in Application:

Android Cloud to Device Messaging (C2DM) - Tutorial

Android Cloud To Device Messaging

Comments

0

For Push Notifications You need a sever side, that will manage your push subscriptions and send pushes to your user base.

Look at Simple guide how to integrate Android Push Notifications, it's easy to integrate Push Notifications into your app using this guide, just add some lines of code.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.