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
329 stars 108 forks source link

Change the scheme of iTunes API from http to https #43

Closed tattn closed 3 years ago

tattn commented 3 years ago

I changed the scheme of iTunes API from http to https. App Transport Security restricts the connection of http. So I think that the scheme should be changed to https.

I tried the URL on my app. It was successful.