I'm developing the app like tile ble tracker.
I used CoreBluetooth framework.
App works well on foreground and some background.
But after some time, app is terminated because of memory problem.
I used State Preservation for long term bluetooth background working.
But app wakes up about long time later after receive ble signal receive.
Is there any method to wakeup app immediately after receive ble signal?
And What kinds of framework that I have to use?