Version 1.0.25v19 - Migration Guide

Why a New Version?

Version 1.0.25v19 includes improvements to the information obtained and sent to the log in error scenarios. This information includes device information, transaction information, sdk configuration information and information from the client consuming the sdk. In addition, methods have been made available to be consumed by the client. These methods return information about the device running the sdk and the deviceID of the application installation.

What are the main changes?

1 - From version 1.0.(23). We no longer require the TapOnPhoneApplication() class to be extended in order to avoid errors during application initialization. In the topic below we have an example of how the implementation should be done from now on.

2 - The getDeviceInfo(context) method of the DeviceInformationUtils class has been made available so that a JSON containing the device's information is returned.

An example of the implementation of this method can be found on this page

SDK Calls & Integration Guide

3 - In addition, a back-end feature has been added to collect and send information from the application and the device (to the back-end) during faults. To be used for the product support process.

4 - In addition, a feature has been added to collect and send information from the application and the device (to the back-end) during faults. To be used for the product support process.

5 - Reviewing and updating the Implementation Manual for Developers

6 - Provided 2 application dashboards (TTP).

  • Device failure report (TTP).

  • Payment transaction report. You can request access to this feature by opening a ticket via support e-mail.

Last updated