Is it possible to save connection with BLE device when app will closed

254 views Asked by At

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.

0

There are 0 answers