I created test application to learn how to communicate between phone and watch. Uploaded it as test into store and installed on my physical device.
I installed same version of application on the simulator.
On my companion app I'm using connectIQ.registerForDeviceEvents(connectedDevice, deviceEventListener)
with both simulator and real device im getting status = CONNECTED so it seems both are working
However when im using connectIQ.getApplicationInfo(appId, device, listener)
Im getting app.status = INSTALLED with real device and app.status = UNKNOWN with simulator
It looks like when companion app is connected to simulator it can't recognize app id.
When installing app on simulator is app id somehow different from the one at store?