Can i run CoreBluetooth services in background?

I have an app that works with a service of proximity, using BLE of CoreBluetooth and in foreground, everything is running perfectly. The device is finding all other devices around, but when i minimize the application or terminate the app, the service stop working.
The is a way to keep the service of advertise and scan in the CBCentraManager, running when minimized or terminated?


Thank you, very much.

Replies

I'm stuck with the same problem