This document explains how to download the Appoxee Android SDK and integrate it with your application code.
...
- Enable Push Notifications for your Applicationapplication - Follow follow the instructions in Appoxee's Android Push Notifications Guide.
- Download the Appoxee Android SDKSDK - Go go to the Android SDK Downloads page and download the Appoxee Android SDK.
- 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).
- Integrate Appoxee into your Code code - Add add the Appoxee code to your Android application (see Integration: Adding Appoxee to your Application Code).
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:
- In "Appoxee resources/res/drawable", replace "appoxee_default_icon.png" with your own icon file.
- 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.
- 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). - Enable additional Appoxee features (such as Feedback and More Apps) - Proceed as follows:
- Log into your Appoxee account, click on go to the Apps tab and select your app to view its Application Information page.
- 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.
- Test your Applicationapplication - Bbuild and run your application on your device. Your debug console (LogCAT for Eclipse users) shows the test logs.
- Validate your SDK integration - check the Appoxee SDK integration by taking the following steps:
- 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).
- 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").
- Setup the push sending rate ( - this is useful in case you want to throttle incoming traffic when users click on your push notifications).
- 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!
Note |
---|
If you have any questions, please contact Appoxee Support (support@appoxee.com) with the extracted log file extracted from Eclipse. |