Skip to content

v1.1.1 (Delay Bluetooth authorization popup)

Compare
Choose a tag to compare
@filip-zielinski filip-zielinski released this 14 Apr 12:38
· 14 commits to master since this release
79edf91

[1.1.1] - 2022-04-14

Added

  • bluetoothAuthorizationStatus public property was added to BluetoothConnection to determine current Bluetooth authorization status.
  • requestBluetoothAuthorization() public method was added to BluetoothConnection to requests User for authorization to use Bluetooth.
  • BluetoothAuthorizationStatus enum describing Bluetooth authorization status

Changed

  • ConnectionService: centralManager (CBCentralManager) is instantiated lazily to postpone showing Bluetooth authorization popup until it is needed.