Noticed that my companion app do not obtain iqApp info and messages any more in my Android app

FYI: It worked properly about month ago.

I use Descent mk2s for testing 

targetSdk and compileSdk is 34

implementation "com.garmin.connectiq:ciq-companion-app-sdk:2.0.2@aar"


For now listener for catching app info is silent 

connectIQ.getApplicationInfo(APP_ID, mDevice, iqApplicationInfoListener)



I tried to create iqApp object manually and pass it to openApp method - no any response in IQOpenApplicationListener :

val app: IQApp = IQApp(APP_ID)
mConnectIQ.openApplication(mDevice, iQapp) { ... }



Opening IQ store from app with embedded method also does not work anymore:

 mConnectIQ.openStore(APP_ID) // this not working
Launcher.openUrl("">apps.garmin.com/.../<APP_ID>", context!!) // this open my app page in IQ Connect app properly

 

P.S. Connect and ConnectIQ app is installed and connected to the watches. No idea what happened but the same code worked before