简体   繁体   中英

iOS companion app for Garmin CIQ devices

I'm trying to make an iOS companion app for my Connect IQ watch app. There already exists a fully functioning Android companion app, so I know that the watch app itself is ok.

I'm following the guidelines from the Garmin site, but my iOS companion app cannot connect to the watch app, or the watch itself. The watch is retrieved successfully through the Garmin Connect app, but any attempt to communicate with my watch app, or to open it (via ConnectIQ.openAppRequest ) is unsuccessful. I'm receiving a "Device not available" error.

What could be the problem?

The problem was the formatting of the app id string. That requirement is not specified in the documentation, but the string should be formatted as XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX . If the dashes are omitted, it won't work. Garmin has been notified of this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM