Complete
over 3 years ago

Issue has been resolved. 

Distribution has been changed and will Android specific files.

Android Mobile SDK fails to initialize Connect IQ if compiling using Android SDK 30 and running on Android 11 devices

I get a onInitializeError ConnectIQ.IQSdkErrorStatus.GCM_NOT_INSTALLED when compiled with Android SDK 30.  When I revert Android SDK back to 29 the app works. 

Parents
  • I figured out how to fix this.  Please add this to the Android SDK documentation.

    The following queries should be added to your manifest file:

    <queries>
    <package android:name="com.garmin.android.apps.connectmobile" />
    </queries>

Comment
  • I figured out how to fix this.  Please add this to the Android SDK documentation.

    The following queries should be added to your manifest file:

    <queries>
    <package android:name="com.garmin.android.apps.connectmobile" />
    </queries>

Children
No Data