Purus / launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
https://pub.dartlang.org/packages/launch_review
MIT License
181 stars 130 forks source link

Lauch() by itself does nothing on iOS #36

Open rgb1380 opened 3 years ago

rgb1380 commented 3 years ago
LaunchReview.launch(writeReview: false, iOSAppId: 'valid_app_id');

works on iOS but

LaunchReview.launch(writeReview: false);

does nothing. As in, it does not open the App Store app and throws no errors.

TheRedPanda17 commented 3 years ago

@rgb1380 Were you able to find a solution to this? I'm currently experiencing this problem.

rgb1380 commented 3 years ago

For iOS you have to specify iOSAppId otherwise it won't work.

dmiedev commented 3 years ago

It doesn't work either when you try to call it with the writeReview equal to true.

vytautas-pranskunas- commented 3 years ago

any fix on this?

dmiedev commented 3 years ago

any fix on this?

You have to specify the Apple ID of your app as was stated earlier.

vytautas-pranskunas- commented 3 years ago

I did but thought it is not normal behavior