launch_review
launch_review copied to clipboard
Lauch() by itself does nothing on iOS
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.
@rgb1380 Were you able to find a solution to this? I'm currently experiencing this problem.
For iOS you have to specify iOSAppId otherwise it won't work.
It doesn't work either when you try to call it with the writeReview
equal to true
.
any fix on this?
any fix on this?
You have to specify the Apple ID of your app as was stated earlier.
I did but thought it is not normal behavior