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
  • Supporting region or not shouldn't be done during compilation time but during putting application into store. 

    Why there are language in manifest? Or why not checking languages is good and for who?

    - shorter compiling time 

    - saving space (especially in store and watch)

    - ...

    But exclusion device without warning is not acceptable. 

    I won't waste time to check jsons and language, simple I will check all languages, make default resources and because compiler uses tree to build resources it will use default strings for any language I will dicide to not translate...

Comment
  • Supporting region or not shouldn't be done during compilation time but during putting application into store. 

    Why there are language in manifest? Or why not checking languages is good and for who?

    - shorter compiling time 

    - saving space (especially in store and watch)

    - ...

    But exclusion device without warning is not acceptable. 

    I won't waste time to check jsons and language, simple I will check all languages, make default resources and because compiler uses tree to build resources it will use default strings for any language I will dicide to not translate...

Children
No Data