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.