My question is "how do I go about reconnecting to a ble device once the app is not in the foreground"? I've done my research and it seems that the best way to connect to a paired ble device is through retrivePeripherals:UUID. Once it finds something the didRetivePeripherials is called back and here I can try to reconnect to the device again. I can't seem to be able to do this while the app is running on the background.
Help is appreciated.
Andresn N.