...
The application setup process consists of the following steps:
Step A: Google Provisioning – create a mobile provisioning profile. This profile enables your application to receive Push Setup – create an Android app, get a Google Project ID and an API key, and then enable the Google Cloud Messaging (GCM) service. This step allows your app to send and receive Push Notifications.
Step B: Appoxee ProvisioningSetup - allow Appoxee to send notifications from your application, by adding it 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 certificateSince GCM serves all Push notifications, you must distinguish between the Development and Production environments through your Appoxee Setup. The best practice is to create a separate app for each environment (the two apps may share the same Google Project ID and API key). - Once you complete the setup of your applicationAndroid Application Setup described in this document, your next task is to add push notifications to your code (see Appoxee Android SDK Integration).
|
...