The current code uses the itunes.apple.com/lookup?bundleId=<app id> URL to fetch app data, without a country=<iso code> param, that API defaults to looking up in the US store only.
If the app is not published in the US store, then, we get 0 results whereas there would be a result if we use the appropriate country.
This adds support to receive a list of country codes to search with
The current code uses the
itunes.apple.com/lookup?bundleId=<app id>
URL to fetch app data, without acountry=<iso code>
param, that API defaults to looking up in the US store only.If the app is not published in the US store, then, we get 0 results whereas there would be a result if we use the appropriate country.
This adds support to receive a list of country codes to search with