Versions Compared

Key

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

...

4. Appoxee SDK API: For different API's uses go to  Appoxee Android API page.
5.Test your application - build and run your application on your device. Your Logcat shows the device's logs, including your application logs, you can check Log here Production Logs
If you encounter any problems, send these logs to Appoxee Support (support@appoxee.com). 

6. Validate your SDK integration  - you can check the Appoxee SDK integration either via the Appoxee website or via the Appoxee API:

    1. Test a Push Notification - you can create a Push notification in one of the following ways:
      • Using the API - see Push Message API (if you have any questions, see the Android SDK Q&A).
      • Using the Appoxee website - log into your Appoxee account, go to the Apps tab, choose your Application Name, click Create Message (yellow button) and configure the new message.
    2. Set your app's Push Rate - The Push Rate feature sets the number of Push Notifications sent per-second (p/s). This feature is intended for apps that have a server side, and it is used to prevent overloading the server with too many concurrent app opens (triggered by the Push Notification).
      To set the Push Rate, log into your Appoxee account, go to the Apps tab, choose your app to display its Application Information page, and then select the relevant Push Rate from the list. 
      The default rate is Normal (100 p/s), but you can choose different rates for different purposes. For example: When debugging the app, use a low rate: Debug speed (10 p/s). However, when sending a "Breaking News" Push Notification, set the rate to Fast (250 p/s).
    3. Create your first "Welcome" Message - if you are using the Push Message API, set the message "type" argument to "1".

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