CoreBluetooth state preservation: correct way to restore CBCentralManager
问题 what is the correct way to restore the CBCentralManager from AppDelegate when the App gets lunched with options due to a state preservation event? - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // The system provides the restoration identifiers only for central managers that had active or pending peripheral connections or were scanning for peripherals. NSArray * centralManagerIdentifiers = launchOptions