MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
652 stars 58 forks source link

Its not working in IOS Testflight Build #17

Closed komelabbbas closed 3 years ago

komelabbbas commented 3 years ago

In Android it working Fine. but in iOS TestFlight modal not showing.

try { const isAvailable = await InAppReview.isAvailable();

if (!isAvailable) {
  return;
}

InAppReview.RequestInAppReview();

} catch (e) {}

mToutounjy commented 3 years ago

@komelabbbas When running from TestFlight, you will not see anything

https://stackoverflow.com/questions/45057452/why-the-skstorereviewcontroller-does-not-let-me-submit-a-review

komelabbbas commented 3 years ago

Thanks

On Fri, 11 Dec, 2020, 2:32 am Mohammad Toutouinjy, notifications@github.com wrote:

@komelabbbas https://github.com/komelabbbas

https://stackoverflow.com/questions/45057452/why-the-skstorereviewcontroller-does-not-let-me-submit-a-review

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MinaSamir11/react-native-in-app-review/issues/17#issuecomment-742796931, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMHZWM5RI37RBPK7BZVGA2TSUEZOBANCNFSM4UUXJVVQ .