https://github.com/forchapeatl/android-push-notifications-with-gcm
https://github.com/forchapeatl/android-push-notifications-with-gcm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forchapeatl/android-push-notifications-with-gcm
- Owner: Forchapeatl
- Created: 2021-06-13T08:25:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T08:34:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T23:44:59.319Z (5 months ago)
- Language: Java
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Android Push Notification Demo using GCM and deltaDNA
This project is an android project intended as an example for android game developers who want to implement push notifications using googles GCM and deltaDNA's analytics platform.
See [DeltaDNA's documentation page](http://docs.deltadna.com/advanced-integration/android-sdk/google-cloud-messaging-setup/) for more information.# Customisation
In order to test this application in your own environment you will have to do a few things:* Get the android configuration file as described on: https://developers.google.com/cloud-messaging/android/client and add it to your project.
* Then log in to your deltaDNA account and add your public key to the Google identity.
* Change the SDK integration in the MainActivity to the values provided by deltaDNA. (environment_key and collectAPI)>The integration is done with the default events and should work out of the box in a development environment.
# Deployment
- Clone the project
```sh
$ git clone [repository url]
```
- Open in Android Studio
- Run