X-SLAYER / app_version_checker

A lightweight flutter plugin to check if your app is up-to-date on Google Play Store or Apple App Store
https://pub.dev/packages/flutter_app_version_checker
MIT License
12 stars 45 forks source link

App store country codes #15

Open guilhermearaujo opened 1 year ago

guilhermearaujo commented 1 year ago

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