Migration Guide 3.17
Migration SDK from Old Versions
This section provides a detailed description of API changes introduced or removed in recent SDK upgrades.
We strongly recommend reading this documentation when upgrading the SDK version to understand the differences and update your API calls accordingly.
Migration to Version 3.17.0
Expanded the cloud contextual coaching API to support user-based queries in addition to vehicle-based queries.
Added withTripSelectionStatus(...) to PostContextualCoachingRequest.Builder and expanded contextual coaching to support user-based queries alongside vehicle-based queries.
1 2 3 4 | |
Improved iOS error handling so SDK exceptions return the intended localized message.
TNDriveMotionException now conforms to LocalizedError, and custom exception messages are preserved in error.localizedDescription.
1 2 | |