I wish to get app from background mode to foreground mode on BLE(non ibeacon) device interaction.
I have added Bluetooth-central Bluetooth-peripheral under UIBackgroundModes in the Info.plist. In background mode didUpdateValueForCharacteristic: method is being called.
How to open my app under this situation? Thanks for the help in advance.