Step D: Creating an Android App in AppoxeeThis step explains how to allow Appoxee to send notifications from your app, by adding this app to your Appoxee account.
Note |
---|
After this step you will still need to integrate our SDK into you Android app |
To create an Android app in Appoxee, take the following steps:
- Log in to your Appoxee account.
- Click on the Apps tab and select Add Add Application.
In the top left of the form - Under Application Information, select the Google Android icon ().
You can now define your Android app details. - Enter your Google Project ID and Google API Key.In the Google project ID field, enter the Project Number you obtained in Step A: Google Setup for Appoxee Standalone.
- In the Google API Key field, enter the API Key you obtained in Step A: Google Setup for Appoxee Standalone.
- Enter your App Name.To enable your application's inbox, check Allow inbox + Rich messages.
The Inbox feature Name.
If you intend to use different apps for your Development and Production environments, it is recommended to enter an app name that indicates the environment type (for example, "MyApp-Dev" and "MyApp-Prod"). To enable the Appoxee in-app inbox on your app, check Allow Inbox + Rich messages. (Feature available in SDK v2)
note that the Inbox cannot be disabled by users,Note - The Inbox feature guarantees your ability to engage the user with rich messages (
) and gives you the option to access features such as Feedback and More Apps . The Inbox must be used in your application's code in order to show it and utilise its features (see Android SDK integration Instructions Step 5).- such as YouTube videos, HTML messages etc.).
Note that users cannot disable this Inbox (as opposed to Push Notifications
Under Settings section,- , which users can choose to disable).
- In addition to enabling the inbox in your Appoxee account, you must also add it to your application's code, as explained in Appoxee Android SDK Integration.
Click Create App.
Appoxee generates your SDK Key and Secret Key and allows you to define additional app properties.Note The SDK Key and Secret Key are unique keys, generated by the Appoxee server for each new app added to your account.
These keys are embedded in your app and allow it to securely use the Appoxee API.- Go to the Settings section and choose features and settings you wish to enable , including:
- Allow feedback - improves your application's rating in Google Play.
- Allow more apps - shows the app user additional
applications - apps you released, allowing the user to easily install them.
(Feature available in SDK v2)
- apps you released, allowing the user to easily install them.
Note |
---|
In addition to enabling the feedback and more apps features in your Appoxee account, you must also add them |
...
to your application's code, as explained in Appoxee Android SDK Integration. |
You can now use Appoxee to send Push notifications to your application.
Note |
---|
This procedure describes the basic steps that allow Appoxee to send notifications from your app. |
Your next task is to add Push notifications to your code - see Appoxee Android SDK Integration.