Acknowledged

Phone app messages communication with Android SDK doesn't work

With SDK 8.3.0, phone app messages does not work, from the simulator and from an actual device.

To reproduce the issue:
- open the Comm sample project given with the SDK in VSCode

- build the app for your device or open it in the simulator

- clone, build and side load the Comm Android companion sample from garmin/connectiq-android-sdk: Connect IQ Mobile SDK for Android

- if trying with the simulator, switch the IQConnectType to TETHERED instead of WIRELESS

- enter debug mode in Android Studio, add a breakpoint DeviceActivity.kt line 154

--> sending a message to the phone from the watch or the simulator never triggers the breakpoint.

  • On Android studio, the command ConnectIQ.getKnownDevices() is working, I get my device name, but no answer from the watch (Epix with the last release V23.48) to the command  ConnectIQ.getApplicationInfo(CiqAppId, iqdevice, this);

    Of course I have checked the CiqAppId, the iqdevice, it was working well a few month ago