CoreBluetooth state restoration needs to be properly implemented, and be an optional feature. Since CoreBluetooth uses Objective-C runtime introspection to check if the CBCentralManagerDelegate instance implements the state restoration delegate methods, it makes optionally enabling this feature a bit more difficult.
CoreBluetooth state restoration needs to be properly implemented, and be an optional feature. Since CoreBluetooth uses Objective-C runtime introspection to check if the
CBCentralManagerDelegate
instance implements the state restoration delegate methods, it makes optionally enabling this feature a bit more difficult.