Szerkesztés

Megosztás a következőn keresztül:


AppSourceCop Warning AS0056

The country/region codes specified in the 'supportedCountries' property must be valid ISO 3166-1 alpha-2 codes

Description

The country/region codes specified in the 'supportedCountries' property must be valid ISO 3166-1 alpha-2 codes. Each code must correspond to a country/region for which the product allows AppSource submissions. See Country/Regional availability and Supported Translations for more information.

Remarks

To resolve this warning, you need to ensure that all country/region codes specified in the 'supportedCountries' property are valid ISO 3166-1 alpha-2 codes. Here are the steps:

  1. Locate the 'supportedCountries' property in your app.json file.
  2. Check each code to ensure it's a valid ISO 3166-1 alpha-2 code. You can refer to the ISO 3166-1 alpha-2 code list for reference.
  3. Replace any non-valid codes with valid ones.

AppSourceCop Analyzer
Get Started with AL
Developing Extensions