This document explains how to setup an application that enables sending and receiving Android Push Notifications, and then integrate adding this application with to the Appoxee messaging service.
The application setup process consists of the following steps:
...
- Setup for Appoxee Standalone – allow your app to send and receive Push Notifications.
This is done by creating an Android app, get a Google Project ID and an API key, and then enable the Google Cloud Messaging (GCM) service.
- Step B: Appoxee Setup for Appoxee Standalone -allow Appoxee to send notifications from your application
...
- . This is done by adding
...
- the Android app to your Appoxee account.
Note |
---|
An application has two environments: Development and Production. Each of these environments requires a different certificate in order to send Push Notifications.Once you create your app, make sure you repeat the remaining steps twice: first to create a Development certificate and then to create a Production certificate
|
Once you complete the
...
Android Application Setup process, your next task is to add
...
Push notifications to your code (see Appoxee Android SDK Integration).
...
children