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:
- Locate the 'supportedCountries' property in your app.json file.
- 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.
- Replace any non-valid codes with valid ones.
Related information
AppSourceCop Analyzer
Get Started with AL
Developing Extensions