Getting data from BLE in Not running state

I am successfully getting the data from BLE in the foreground and background state. And also called the respective delegate method of core Bluetooth framework.


After user force quits the app, I want the data from BLE device. Is it possible to get the data from BLE in not running state? Or Is there any method that will be called in not running state like iBeacon?

Replies

Maybe this will help:
https://developer.apple.com/library/archive/qa/qa1962/_index.html
tl;dr: the app can be launched upon a BLE event, but this will not happen if the user has force quitted the app.