Versions Compared

Key

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

Test coverage: 

This test will confirm that your test device which you installed the app on has registered in Appoxee database.

Testing procedure:

For Android - 
  • connect your device to your computer and open Eclipse/ Android Studio
  • download your app to your device and install it
  • Open the app and see in the logs that your device is registering as expected
  • Make sure that a pushToken is being sent by your device
    For iOS - 
  • connect your device to your computer and open Xcode
  • download your app to your device and install it
  • Open the app and see in the logs that your device is registering as expected
  • Make sure that a pushToken is being sent by your device
  • If using Charles you will be able to see the created API calls for the device registration once the app was opened for the first time and closed.
    the following are examples for valid registration API calls:
    • {"key":"81dc64005ec0403","actions":{"activation":{"timeSpent":"1"},"set":{}}}
    • ??????
    • ??????
  • Expected result:

    Logs should indicate "Device registered" and that it has a valid Push Token

    below are the registration logs examples:

    For Android - How registration logs should look in Android
    For iOS - How registration logs should look in iOS

    If during the integration you have setup to create a unique Alias for each device that installs your application, This test will confirm that your device was assigned one.

    Testing procedure:

    Expected result: