Warnings during App export / packaging

After changing the minimum SDK for an app from 1.2.x to 1.3 I get a bunch of warnings during execution of the packaging wizard.
The project is compiled against SDK 2.1.3 but to my knowledge it should be 1.3 compliant.
Is this something to worry about? What do the different part numbers refer to?

BUILD: WARNING: Part number: '006-B2473-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2053-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2100-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2052-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2274-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project
BUILD: WARNING: Part number: '006-B2070-00' is being ignored by the package tool because it does not support the minimum SDK version set for this project


The export completes "successfully" and a .iq file is generated as expected.
  • What this means is that you were building a .iq for devices that are still on 1.2.x and you set 1.3.0 as the minimum

    Some you can turn off as targets (like the Epix and the D2's), but some are the APAC variants of other watches (the fr230J for example), that are normally built for by just setting the fr230 as a target.

    To see what devices the part numbers map to, you can look at devices.xml in the bin directory in the SDK.
  • What this means is that you were building a .iq for devices that are still on 1.2.x and you set 1.3.0 as the minimum

    Some you can turn off as targets (like the Epix and the D2's), but some are the APAC variants of other watches (the fr230J for example), that are normally built for by just setting the fr230 as a target.

    To see what devices the part numbers map to, you can look at devices.xml in the bin directory in the SDK.


    I assume that the updated app will not become eligible for download in the store for these devices?

    Looking in the devices.xml file the part numbers in question seem to map to APAC variants and entries that map to older firmware on the supported devices ??