1.22.0 -> 1.23.0

Breaking changes

  • BluetoothDeviceProvider needs server URL for TDWP feature

    • When initializing BluetoothDeviceProvider and configuring it to IMSDeviceManager, TDWP feature URL needs to be passed to WedgeProvider. The provider's initializer needs tdwpEnvUrl for TDWP feature.

      • tdwpEnvUrl is a string that has the URL for TWDP feature

 BluetoothDeviceProvider(wedgeRegex: try NSRegularExpression(pattern: pattern, options: []), tdwpEnvUrl: "www.ims.tech")         

Last updated