I connect BLE to app locally(without system app) using CBCentralManager func
connect(_ peripheral: CBPeripheral, options: [String : Any]? = nil)
When my app will finished then device will be disconnected. Is it possible to save connection with device when app will closed? It needs for receiving notification from Apple Notification Centre Service.