This step explains how to allow Appoxee to send notifications from your application, by adding this application to your Appoxee account.
To create an Android app in Appoxee, take the following steps:
- Log in to your Appoxee account.
- Click on the Apps tab and select AddApplication.
- In the top left of the form, select the Android icon.
- Enter your Google Project ID and Google API Key.
- Enter your AppName.
To enable your application's inbox, check Allow inbox + Rich messages.
The Inbox feature guarantees your ability to engage the user with rich messages (such as YouTube videos, HTML messages etc.).
Note that users cannot disable the Inbox (as opposed to Push Notifications, which users can disable).In addition to enabling the inbox in your Appoxee account, you must also add it to your application's code, as explained in iOS SDK integration instructions.
These intructions explain how to show Appoxee’s Inbox, using the following method call:[[AppoxeeManager sharedManager] show]
- In the Settings section, choose features and settings you wish to enable, including:
- Allow feedback - improves your application's rating in Google Play.
- Allow more apps - shows the user additional applications you released, allowing the user to easily install them.