I am planning to develop a wearable device and an app (IOS, android). The wearable device is paired with the app via BLE(bluetooth low energy) and will notify to the app through BLE notify characteristic when certain conditions are met. The app will then send this data to the server.
The wearable device needs to send data in real-time for about 10 seconds when certain conditions are met (for example, when the device receives a shock), which occurs about 3-10 times a day.
There is no problem when the mobile app is in the foreground, but I'm concerned whether this feature will work properly when the mobile app is in the background mode, especially after a few hours have passed since the background mode started.
I found a product called Bond Touch (https://bond-touch.com), which allows a user to send a signal to a friend's wearable device by touching the user's own wearable device paired with the smartphone. When the user touches the wearable device, it sends a signal to the paired app, which then sends a notification to the friend's app through the internet. I think the feature I want is technically possible, but according to other search results, IOS enters background mode after 15 minutes, which makes it difficult. Android can do it if the user sets it up, but there may be battery drain issues.
I'm curious if this feature can work in the background mode of the app and if it is possible without battery drain issues.
I'm in the planning state so don't have tried yet.