Are multiple CBCentralManager instances supported? Can I create two CBCentralManager instances in two different viewcontrollers in my app, and both connect to the same peripheral.
As question(Multiple CBCentralManager instances?) mentioned, there are some Apple mailing lists stating that it's not supported, however I have also found "Note: Because apps can have multiple instances of CBCentralManager and CBPeripheralManager objects, be sure each restoration identifier is unique, so that the system can properly distinguish one central (or peripheral) manager object from another" in CoreBluetooth Programming Guide.
I don't know in which case should I create multiple instaces of CBCentralManager objects. Hope you can help me, thanks.