britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
306 stars 78 forks source link

How do I open the review in the play store #31

Closed premtemp1 closed 3 years ago

premtemp1 commented 3 years ago

Hello, What is the key pair to open the review on the Android store.

here the description in the API all --> inAppReview.openStoreListing(appStoreId: '...', microsoftStoreId: '...');

my appStoreId for apple and android are different

Thanks

britannio commented 3 years ago

As stated in the README:

appStoreId is only required on IOS and MacOS and can be found in App Store Connect under General > App Information > Apple ID.

microsoftStoreId is only required on Windows.


No id is required to open the Google Play Store.