Versions Compared

Key

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

...

Each request should return a response code of 200 indicating the call was successful.The Device should have all out of the box parameters included, specifically a Push Token.

If the push permission dialog is shown prior to SDK registration the Push Token parameter should be included otherwise nothing will be shown in the request


Request:


Response:

Image Added



Logs

Ios

Watch the console for the following line:

Code Block
[Appoxee Debug] Engaging Appoxee SDK...
[Appoxee Debug] Appoxee is using US endpoints.
[Appoxee Debug] Application Activated
............
............
[Appoxee Debug] Appoxee SDK is Ready. You can listen for 'APX_Ready' notification to catch this event.

The Line "Appoxee SDK is Ready. You can listen for 'APX_Ready' notification to catch this event." indicates that the registration completed successfully



Android

Watch logcat for the following line: 

Response:

...

Code Block
registerDevice_V3 response : {"metadata":{"error":false},"links":[],"payload":{"time":"2016-11-10T12:14:36.481","register":[]}}


The above Line show that the registration was completed successfully