Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Step D: Creating an Android App in AppoxeeThis 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:

  1. Log in to your Appoxee account.
  2. Click on the Apps tab and select Add Application.
  3. In the top left of the form, select the Android icon.
  4. Enter your Google Project ID and Google API Key.
  5. Enter your App Name.
  6. To enable your application's inbox, check Allow inbox + Rich messages. 


    The Inbox feature

    Note

    The Inbox feature guarantees your ability to engage the user with rich messages (

    note that the Inbox cannot be disabled by users,

    such as YouTube videos, HTML messages etc.). 
    Note that users cannot disable the Inbox (as opposed to Push Notifications

    ) and gives you the option to access features such as Feedback and More Apps . The Inbox must be used in

    , which users can disable).

    In addition to enabling the inbox in your Appoxee account, you must also add it to your application's code

    in order to show it and utilise its features (see Android SDK integration Instructions Step 5).
    Image RemovedUnder 

    , as explained in iOS SDK integration instructions
    These intructions explain how to show Appoxee’s Inbox, using the following method call:

    [[AppoxeeManager sharedManager] show]

     

    Image Added
  7. 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.
      Image Modified

Next Step : Android SDK integration Instructions