I am new to Android app development and I'm a little learning. I have a difficult mission to send push notifications (cloud messages) from my web server (PHP) to an Android application (just "helloworld"). I did some googling, and few of my doubts were
- Does Google send a notification using our "device identifier"?
- Is there any code in our application other than adding any permission to the manifest to receive a notification?
- Do we have to register the user device identifier in the "local database" in order to send a notification am I?
Please help me. Plus, can someone show me some sample code or documentation to send a simple notification from a PHP server?
Thank you in advance
android push-notification android-c2dm
ramesh May 05 '13 at 16:01 2013-05-05 16:01
source share