We have a requirement to have BLE connection in background to complete the initiated tranction for short period if user presses home button.
As we dont have any run time option to enable the BLE connection in background, we need to enable the Core Bluetooth background execution mode in info plist.
Our concern is if we enable it, would that affect power consumption, than avoiding it?
We would use background connection for a short period until the transaction is done.
Question here is, if we enable UIBackgroundModes and use the connection for short time, will that have still affect on power consumption?
Is there a better way to handle BLE connection for short time in background?