Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor editing and formatting improvements.
This document explains how to download the Appoxee Android SDK and integrate it with your application code.

...

  1. Enable Push Notifications for your Applicationapplication - Follow  follow the instructions in Appoxee's Android Push Notifications Guide.

  2. Download the Appoxee Android SDKSDK - Go go to the Android SDK Downloads page and download the Appoxee Android SDK.

  3. Add the Appoxee Android SDK as an Eclipse Project project - Extract extract the SDK to Eclipse and create a new Android project that uses Appoxee resources (see Adding the Appoxee Android SDK to Eclipse).

  4. Integrate Appoxee into your Code code - Add add the Appoxee code to your Android application (see Integration: Adding Appoxee to your Application Code).

  5. Customize your App's Push Iconicon - To  to replace the default icon on the Android Push Notification panel with your own icon, proceed as follows:

    1. In "Appoxee resources/res/drawable", replace "appoxee_default_icon.png" with your own icon file.
    2. In the application project, create a “drawable” resource nameed named "appoxee_custom_icon.png". This resource will be used instead of the default oneicon file.

  6. Customize the in-app Inboxinbox (Appoxee Pro customers only) - Appoxee Pro accounts can change the Inbox inbox design and customize its environment.
    If you wish to upgrade to Pro Appoxee Pro, please contact info@appoxee.com).

  7. Enable additional Appoxee features (such as Feedback and More Apps) - Proceed as follows:
    1. Log into your Appoxee account, click on go to the Apps tab and select your app to view its Application Information page.
    2. Go to the Settings section and choose check features and settings you wish to enable, includingfor example:
      • Allow feedbacks - improve your application's star rating in the App Store, by allowing users to rate the application app and communicate directly with the application app owner. 
      • Allow more apps - cross-promote your apps from within the app itself. It shows : Show the app user additional apps you released, allowing so the user to can easily install them. 
         
  8. Test your Applicationapplication - Bbuild and run your application on your device. Your debug console (LogCAT for Eclipse users) shows the test logs. 
     
  9. Validate your SDK integration - check the Appoxee SDK integration by taking the following steps:
    1. Test a Push Notification - see to create a Push Notification using the API, see Push Message API (if you have any questions, see the Android Q&A section).
    2. Test a Rich Message - If you enabled the Appoxee In-App inbox, test it by sending message whose type is Push Notification + Rich Message (set the message "content_type" argument to "3").
    3. Setup the push sending rate ( - this is useful in case you want to throttle incoming traffic when users click on your push notifications).
    4. Create your first "Welcome" Message ( - set the message "type" argument to "1" ) - (see Push Message API).

Congratulations! You are now Once you complete these steps, your Appoxee Android SDK integration is complete and you are ready to use Appoxee! (smile)

Note

If you have any questions, please contact Appoxee Support (support@appoxee.com) with the extracted log file extracted from Eclipse.