Hello everyone.
I have been receiving for some time reports from vivoactive users about this error message in the app store
"The app is not compatible with the selected device."
It took some time to get to the cause but I found the cause of the problem this week.
It was a lucky guess, and I was able to find the origin of the problem because the user informed its device is a Japanese model.
Garmin released the firmware update 4.40 for APAC vivoactive June 28, 2017 (almost a year ago) this update added support for Connect IQ 1.4.2
I looked into Devices.xml of SDK 2.4.5 released April 19, 2018, and for my surprise
<part_number connectIQVersion="1.4.1" firmwareVersion="440" number="006-B1907-00">
<part_number connectIQVersion="1.3.1" firmwareVersion="400" number="006-B2160-00">
The setting for the APAC vivoactive is still pointing to CIQ version 1.3.1.
That means APAC vivoactive users cannot download from the store apps that have 1.4 as the minimum CIQ version, since this version was not generated during the app packaging.
I have a question for the Gamin Team
While we wait for the fix in the SDK. Can I modify my DEVICES.XML file and copy the settings from the standard vivoactive (006-B1907-00) to the line of the APAC vivoactive (006-B2160-00) without risking any incompatibility or some issue in the store? I would like to make my apps available again to vivo APAC users as soon as possible.
Thanks in advance for your help.
Cheers,
Robinson