launch_review icon indicating copy to clipboard operation
launch_review copied to clipboard

Lauch() by itself does nothing on iOS

Open rgb1380 opened this issue 3 years ago • 6 comments

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 avatar Apr 07 '21 01:04 rgb1380

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

TheRedPanda17 avatar Jun 16 '21 21:06 TheRedPanda17

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

rgb1380 avatar Jun 16 '21 23:06 rgb1380

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

dmiedev avatar Aug 06 '21 14:08 dmiedev

any fix on this?

vytautas-pranskunas- avatar Aug 08 '21 09:08 vytautas-pranskunas-

any fix on this?

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

dmiedev avatar Aug 08 '21 09:08 dmiedev

I did but thought it is not normal behavior

vytautas-pranskunas- avatar Aug 08 '21 15:08 vytautas-pranskunas-