fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
335 stars 121 forks source link

Lookup should include country code in the base lookup URL #17

Closed shinsenter closed 4 years ago

shinsenter commented 4 years ago

Thank you for great package!

I'm trying to lookup my appId from getiOSAppID method, and it calls to: http://itunes.apple.com/lookup?bundleId=my.app.id.here

But the response always return { "resultCount":0, "results": [] }

My app is ONLY available in Japan store, so the lookup should include country code in the base lookup URL:

http://itunes.apple.com/jp/lookup?bundleId=my.app.id.here

It would be great if I could add country code in to lookup URL, or change the base lookup URL.

rodydavis commented 4 years ago

I am open for PRs this would be a great addition! Let me know and i will publish an update.

shinsenter commented 4 years ago

@rodydavis This may be resolved with #38.

rodydavis commented 4 years ago

Fixed on 2.0.0