Devoloping an IONIC app with BLE comm in background

Diego Rojas - Outlook Web App

The application has to connect with a BLE device when it’s nearby and needs to retrieve data periodically. All this even when the application is not running. I have to develop a multi-platform application (android and ios) using Ionic (angular framework). Is there any plugin that can help me? I’ve seen that the “cordova-background-plugin” library is not for me because it does not allow me to communicate with the device in the background when the app is closed.