Packager warnings, should I take these serious? "CIQ ver: '3.2.6' is being ignored by the package tool"

When exporting my app I get loads of these warnings:

WARNING: Device name: 'vívoactive? 4S' Part number: '006-B3387-00' CIQ ver: '3.2.6' is being ignored by the package tool because it does not support the minimum API Level set for this project

They are incorrect, because this watch supports 3.3.0 (which is my min API level). I have a 4S myself here, and the app is working fine.

Do I need to be concerned about this warning? 

  • 3.2.6 and that part number are for the APAC version of the vivoactive4s.  What SDK are you using?  I'm not seeing this with 6.4.2 in VSC.

  • Also using 6.4.2 indeed. But when I upload it to connect IQ (back in the days when that was still working) it lists the vivoactive 4s as compatible. So it looks like a wrong warning. Did you test with min SDK 3.3.0?

    Happens to much more devices:


    WARNING: Device name: 'Venu?' Part number: '006-B3389-00' CIQ ver: '3.2.6' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Venu? Sq' Part number: '006-B3837-00' CIQ ver: '3.2.5' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Venu? Sq' Part number: '006-B4118-00' CIQ ver: '3.2.7' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Descent? Mk2 S' Part number: '006-B3930-00' CIQ ver: '3.2.0' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Enduro?' Part number: '006-B3872-00' CIQ ver: '3.2.4' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Captain Marvel' Part number: '006-B3535-00' CIQ ver: '3.2.6' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Descent? Mk2 / Descent? Mk2i' Part number: '006-B3702-00' CIQ ver: '3.1.7' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'vívoactive? 4' Part number: '006-B3388-00' CIQ ver: '3.2.6' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Instinct? 2 / Solar / Dual Power / d?zl Edition' Part number: '006-B4071-00' CIQ ver: '3.2.7' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Descent? G1 / G1 Solar' Part number: '006-B4132-00' CIQ ver: '3.2.7' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Darth Vader?' Part number: '006-B3538-00' CIQ ver: '3.2.6' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Venu? Sq. Music Edition' Part number: '006-B3838-00' CIQ ver: '3.2.5' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Venu? Sq. Music Edition' Part number: '006-B4119-00' CIQ ver: '3.2.7' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Rey?' Part number: '006-B3537-00' CIQ ver: '3.2.6' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'vívoactive? 4S' Part number: '006-B3387-00' CIQ ver: '3.2.6' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device 'epix2pro47mmsystem7preview' is being ignored by the package tool. It is not supported for export.
    WARNING: Device name: 'Instinct? 2S / Solar / Dual Power' Part number: '006-B4091-00' CIQ ver: '3.2.7' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Forerunner? 945' Part number: '006-B3441-00' CIQ ver: '3.2.5' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'First Avenger' Part number: '006-B3536-00' CIQ ver: '3.2.6' is being ignored by the package tool because it does not support the minimum API Level set for this project
    WARNING: Device name: 'Forerunner? 745' Part number: '006-B3794-00' CIQ ver: '3.2.5' is being ignored by the package tool because it does not support the minimum API Level set for this project 

  • You mean setting 3.3.0 in the manifest and not the 3.3.0 SDK, correct?  I really doubt I still have a 3.3.0 SDK anywhere.

  • yes in the manifest indeed. 3.3.0 is not downloadable through connectiq-sdk-manager, but it's the one I need, since from that version on gyroscopeData is available. So 3.3.0 in the manifest, 6.4.2 as the active SDK. That combination gives the warnings above, which I don't understand because the devices do work and seem to be/remain part of the .iq exported bundle

  • Seems the APAC devices are still 3.2.x so the errors you see are because you have the minAPILevel set to 3.3.0.

    What this means is your app can be used on World Wide devices, and maybe some of the APAC devices, but not the APAC devices you see warnings for.