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 109 forks source link

Wrong AppId #1

Closed paprikanotfound closed 6 years ago

paprikanotfound commented 6 years ago

The method AppReview.getAppID just returns 'com.appleeducate.appreview' on Android. I haven't tested it on iOS.

rodydavis commented 6 years ago

iOS is working, thanks I just saw this too on android. Working on fix now.

rodydavis commented 6 years ago

@stavangr thanks for finding that! it is now fixed on the master branch. this issue must have slipped by me because I never saw the notification.

rodydavis commented 6 years ago

Make sure to run.flutter clean then upgrade packages.

paprikanotfound commented 6 years ago

Cool, thanks