iOS
Summary
SDK 1.24 introduces several significant updates, including the addition of a new ConfigRegion
parameter and Identity configuration process. Furthermore, there are changes related to the BluetoothDeviceProvider and TripDetectionManager that enhance overall functionality and streamline integration.
Breaking Changes
New ConfigRegion Parameter:
A new
ConfigRegion
parameter must be included during SDK initialization.
Identity Configuration:
The Identity must be set on successful login, and you must wait for the completion callback before proceeding.
BluetoothDeviceProvider Update:
The
tdwpServerEnv
parameter has been removed from the BluetoothDeviceProvider initializer.
TripDetectionManager Update:
The Identity parameter is no longer required in the TripDetectionManager.
Portal APIs Update:
The Identity parameter has been removed from all Portal APIs and is no longer necessary.
For more information and examples please see Migration page.
Last updated