Acknowledged

Problem with installing app

One of my user has tried to install widget PSX-7 (https://apps.garmin.com/apps/1944b8b4-409e-482d-b7b3-becd4e8b1b05) but he couldn't due the incapability error but he has installed PSX-6 (https://apps.garmin.com/apps/e4ce9423-c37e-4aa7-b778-f24c2347c923). Both are built the same SDK (7.3.1m PSX-7 few days later), both have the same min API level to 2.4.

Parents
  • Yeah, this seems like a frustrating situation.

    I think one of the problems is that if you don't specify any languages in manifest.xml, your app is assumed to support English (as per the compiler warning). But if you select at least one language, the default of English is no longer applied. So you can have the somewhat unexpected situation that specifying one or more languages can cause your app to support fewer part numbers than if you specified no languages at all.

    e.g.

    - I don't specify any languages: all applicable part numbers are included

    - I specify only "fre": now all the APAC part numbers are excluded

    The complete lack of documentation around part numbers with respect to CIQ is a little disappointing.

Comment
  • Yeah, this seems like a frustrating situation.

    I think one of the problems is that if you don't specify any languages in manifest.xml, your app is assumed to support English (as per the compiler warning). But if you select at least one language, the default of English is no longer applied. So you can have the somewhat unexpected situation that specifying one or more languages can cause your app to support fewer part numbers than if you specified no languages at all.

    e.g.

    - I don't specify any languages: all applicable part numbers are included

    - I specify only "fre": now all the APAC part numbers are excluded

    The complete lack of documentation around part numbers with respect to CIQ is a little disappointing.

Children
No Data