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
648 stars 58 forks source link

InAppReview.RequestInAppReview() not working white npm run android #46

Closed johansmith closed 3 years ago

johansmith commented 3 years ago

Hello friend, thanks for your plugin, I am testing directly from the terminal with npm run android to a physical device, but it does not work. Should I upload a trial version to the PLAY STORE? Or with testing the android npm run should it work?

MinaSamir11 commented 3 years ago

Hello 👋, the result you got it's the normally, that it doesn't work on debugging mode, you should upload it to play store after integrate with plugin to see review flow. (android) For ios it appears in debugging mode.

johansmith commented 3 years ago

Thanks for your answer. You're the best