Hi,
I am an iOS developer trying to implement the app for an nrf51822 chip-based device. I am trying to perform DFU of application type using the objective-C files from the nRF-Toolbox app. But every time the startDFU method in DFUOperationDetails tries to write to the control point characteristic, its failing with 'Unlikely error'. The difference I can see from the toolbox app is that I am connecting to the device using my own CBCentralManager on the main thread itself and passing it to DFUOperations.
I have attempted performing DFU directly from the nrfToolbox app, which works on few occasions, but also fails on few occasions. So kindly guide how I can resolve this issue and let me know if you need more details.
iOS version - 8.4