Ble advertising and scanning in background mode

I have an application that acts as a BLE Peripheral and advertises a specific service CBUUIDs,

It never connects to the peripherals

It is critical for my use case that this app continues advertising even when the app is operating in the background.


Though according to Apple’s documentation and several posts from online forums, iOS will severely limit what an app advertise while operating in the background, Is there any way we can advertise with the name/data in complete background mode so that it can be detected by all the devices (android / ios ) in both background and foreground mode in continues manner or periodically i.e after every 5/10/15 min



Any help is appreciated!