I have a Companion SDK app for both Android and IOS, which communicates with Garmin watches to receive data in real time. I also am developing a Connect IQ app that is intended to run independently of the Companion App.
My issue is that when I begin an Activity Recording on the Connect IQ app, it disconnects from the phone app and no longer streams data. It should be possible to do an Activity Recording while also streaming data to the phone (Garmin's own Walk activity is capable of this). To be clear, I don't need data from the Connect IQ app to flow, only the standard data that comes from the Companion SDK.
Is there a way to achieve this?