Versions Compared

Key

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

Test coverage: 

This test will confirm that your application is launched after clicking on the received push notification, also that the SDK is reporting activation as requiredthe following:

  • The Push notification is received on your device successfully. 
  • Analytics is updated.

Testing procedure:

  • Make sure to perform the Sending a Push Notification Test first.
  • Make sure Charles is sure Charles ,or a sniffer tool of your choice, is configured and running on your computer.
  • Click on the received push notification.

Expected result:

  • Once the push notification is pressed your application should be launched.
  • The following request and response should be presented in Charles indicating that your device is reporting the push notification was opened

    Request:

...


Response:

 


  • Verify that push Opens analytics is updated to 1.

    Image Added





Logs

ios

Code Block
[Appoxee Debug] Push Notification handled by Appoxee.

...


[Appoxee Debug] Application Activated

Push open activity was sent successfully back to Appoxee


Android

Code Block
reportDevicePushOpen_V3 Params: {"actions":{"push_open":{"id":12345566}},"key":"a949b65a149abcd123"}