NordicSemiconductor / IOS-DFU-Library

OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
http://www.nordicsemi.com
BSD 3-Clause "New" or "Revised" License
526 stars 215 forks source link

Add CBCentralManager options to DFUServiceInitiator initializer #476

Closed mateusforgi closed 2 years ago

mateusforgi commented 2 years ago

DFU Bootloader version (please complete the following information):

Device information (please complete the following information):

Describe the bug The DFUServiceInitiator initializer does not offer an option to pass CBCentralManagerOptions (unless we use the deprecated one), so we cannot use CBCentralManagerOptionShowPowerAlertKey set to false resulting in the user getting a modal asking permission for bluetooth connections.

mateusforgi commented 2 years ago

@philips77 are you guys planning a new release soon?

philips77 commented 2 years ago

I'll try today.