An open API service indexing awesome lists of open source software.

https://github.com/florent37/gcm-sample-android-php


https://github.com/florent37/gcm-sample-android-php

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# GCM-Sample-Android-PHP

This sample app show how to use GCM with Android Client and PHP Server,
without any Java code modification requirment (nice if you are a PHP developper)

The application generate the "registration_id" and share it (by email for example).
The TestPush/anroid_push.php file can send a notification to this device.

#Run
- Install the application by sending "app-debug.apk" to your smartphone
- Launch the android application, and share the generate token by email, to your computer.
- Copy the token, and paste it in the $TOKEN of TestPush/anroid_push.php file.
- Execute the command "php TestPush/anroid_push.php"
And voila :D

License
----

Copyright (c) <2015>,
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
This product includes software developed by the .
4. Neither the name of the nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.