Background_activity

Hey.
I have been experimenting with the extension in the backgroun activities for some time (link to extension => Background Tasks extension [3.8 A] 🥳 259) but I can't bring my project to life. This requires that initially I start the background service and that it always remains open. Then it has to connect through the Bluetooth low energy extension with my device. Once this is done, it must enable the receipt of the notes of a specific UUID. Now through the RegisterForEvents block when I receive a byte string from the BLE bispositivo it must send it via HTTP request to a web server. I can do all this in a normal appinventor app but with the service start in the background it doesn't work .... ie the service doesn't stay active all the time and the When Bytes Recived event doesn't do its job. Please help me!

A post was merged into an existing topic: Background Tasks extension [3.8 A] :partying_face: