Hi,
I'm running a background service that receives data from the CIQ app and views it in a datafield. The data comes from another app that sends messages in specific intervals when a device is connected. The problem is that the background service can only run every five minutes. Does there exist a straight forward way to sync the applications so that the bgs is running when the message is sendt from the phone? Or do I have to add a pause/delay in the background service so that the phone can send messages within this window?
Thanks.