Acknowledged

ConnectIQ SDK for mobile - iOS 16 - launches Garmin Connect - doesn't present device selection or call back app

I've followed the instructions as per these guidelines: https://developer.garmin.com/connect-iq/core-topics/mobile-sdk-for-ios/

However, when launching Garmin Connect, I do not get an expected device selection, nor does the GCM call back my app.

It opens as if I've tapped on the GCM home screen icon - launches, does the standard sync, and then nothing.

I've tried both a cold open (force quit GCM to force a fresh launch), and leaving GCM running in the background.

Can anyone shed some light?

(Looks like this might be an on-going issue when looking at previous threads, but would love clarification)

Parents
  • to fix error: if connect iq app is opening, but no any actions after. 
    1. Open info.plist as source file.

    2. Check is CFBundleDisplayName tag added, if not specify it.

    If calling method showDeviceSelection says connect iq is not installed, but it actually installed, steps to fix.

    1. Open info.plist as source file.

    2. LSApplicationQueriesSchemes tag should contains array of string, and one of them specify connect iq url scheme "gcm-ciq"

Comment
  • to fix error: if connect iq app is opening, but no any actions after. 
    1. Open info.plist as source file.

    2. Check is CFBundleDisplayName tag added, if not specify it.

    If calling method showDeviceSelection says connect iq is not installed, but it actually installed, steps to fix.

    1. Open info.plist as source file.

    2. LSApplicationQueriesSchemes tag should contains array of string, and one of them specify connect iq url scheme "gcm-ciq"

Children
No Data