UNDER CONSTRUCTION
This document explains how to download the Appoxee Android SDK and integrate it with your application code.
The integration process consists of the following steps:
Step 1 -
Step 1 -
- Enable Push Notifications for your Application - Follow the instructions in Appoxee's Android Push Notifications Guide.
- Step 2 - Download the Appoxee Android SDK- Go to the Android SDK Downloads page and download the Appoxee Android SDK.
- Step 3- Add the Appoxee Android SDK as an Eclipse Project - Extract the SDK to Eclipse and create a new Android project that uses Appoxee resources (see Adding the Appoxee Android SDK to Eclipse).
- Step 4 - Integration - Integrate Appoxee into your Code - Add the Appoxee code to your Android application (seesee Integration: Adding Appoxee to your Application Code).
Step 5 - Push Icon Customization
To change the Customize your App's Push Icon - To replace the default icon on the Android Push Notification panel with your own icon, proceed as follows:
- In the In "Appoxee resources/res/drawable", replace "appoxee_default_icon.png" with another your own icon file.
- In the application project, create a “drawable” resource by the name nameed "appoxee_custom_icon.png". It This resource will be used instead of the default one.
- Customize the in-app Inbox CustomizationAppoxee (Appoxee Pro customers only) - Appoxee Pro accounts can also change the Inbox design and customize its environment (this section is relevant for Appoxee Pro clients only. .
If you wish to upgrade to Pro please contact info@appoxee.com).Step 7 -Try our feedback module
If you are using the Appoxee Inbox, all you have to do is enable it in your Appoxee app settings and hooray! check your inbox for our feedback module.
Step 8 - Testing your Application
- After completing the steps above, try to build Enable additional features (such as Feedback and More Apps) - Proceed as follows:
- Log into your Appoxee account, click on the Apps tab and select your app to view its Application Information page.
- Go to the Settings section and choose features and settings you wish to enable, including:
- Allow feedbacks - improve your application's star rating in the App Store, by allowing users to rate the application and communicate directly with the application owner.
- Allow more apps - cross-promote your apps from within the app itself. It shows the app user additional apps you released, allowing the user to easily install them.
- Test your Application - Build and run your application on your device. You can see in your Your debug console (LogCAT for Eclipse users) shows the logging processtest logs.
Step 9 - - Validate your integration - check the integration by taking the following steps:
- Test a push notification - if you have any problems, please read our Android Push Notification - see Push Message API (common questions are documented in the Android Q&A section, it might be something common).
- If you have utilized enabled the Appoxee In-App inbox – Please test the combination of Message + Push, 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 (in case you want to throttle incoming traffic when users click on your push notifications).
- Create your first "Welcome Message using “Persistent” Message Type.
When encountering an issue or a question, please contact our support support@appoxee.comNOTE - " Message (set the message "type" argument to "1") - see Push Message API).
Congratulations! You are now ready to use Appoxee!
Note |
---|
If you have any questions, please contact Appoxee Support (support@appoxee.com) with the extracted log file. |