Android
Here is a summary of the changes, fixes, and additions in IMS SDK release 1.13:
Breaking Changes
The version 1.10 BluetoothManager is no longer available. Use device manager; the combination of
BluetoothPairedAclProvider
andDsDeviceDetectionMonitor
provides the same functionality.
New Features
Primary users can send invitations to secondary users also based on their family accounts (VEHICLE and ACCOUNT based invitations).
Primary users can remove secondary users from their FAMILY ACCOUNT.
Known Issues
SDK 1.12 is not obfuscated. If you are using SDK Bluetooth (Device) libraries, you need to add this line in your proguard-rules file :
-keep class com.drivesync.android.devices.** { *; }
Last updated