Migration Guide 2.24
Migration SDK from old versions
This section will provide a detailed description of the API changes during the upgrade. We strongly recommend reading this documentation when upgrading the SDK version to understand the API differences and update your API calls accordingly based on the version disparities.
Migration to version 2.24.0
Decouple Bluetooth Initialization
The SDK provides a new API TNDriveMotionService.initializeBluetooth()
. Calling this API will trigger the system Bluetooth permission prompt if it hasn't been shown before. You should call this at the time you want the user to see that prompt. Please ensure to call this API after SDK is initialized.
Support User's Safety Score
The SDK has supported to retrive the user's cloud safety score. There are no api changes. more details for TNAggregatedSafetyScoreCall
, Please refer to API Usage