I want to implement search for Bluetooth devices and advertising when the application is minimized. For example, android devices have Foreground Service to do this work. How can I implement this in iOS? Is it possible?
I tried working with BackgroundTasks, but I didn’t see the desired result.