You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be used normally on the android platform, and there are related progress,But on the Apple phone, there is no response to executing startDfu(),I checked the moudules file RNNordicDfu.m file,retrievePeripheralsWithIdentifiers returns 0 so the DFU process quits with error "Could not find device with deviceAddress"
react-native v0.55.4;
"react-native-nordic-dfu v2.0.1;
ios15.2
It can be used normally on the android platform, and there are related progress,But on the Apple phone, there is no response to executing startDfu(),I checked the moudules file RNNordicDfu.m file,retrievePeripheralsWithIdentifiers returns 0 so the DFU process quits with error "Could not find device with deviceAddress"
NSArray<CBPeripheral *> * peripherals = [centralManager retrievePeripheralsWithIdentifiers:@[uuid]];
Then what do I do next?
The text was updated successfully, but these errors were encountered: