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
646 stars 56 forks source link

The submit button is disabled in ios and android #172

Open abhishekgupta2144 opened 3 weeks ago

abhishekgupta2144 commented 3 weeks ago

Also how to test it in emulator or testflight build

WendyWenxinMa commented 2 weeks ago

I have the same question, the submit button is disabled in ios and android, how can we test and make sure it's working on live app?

lew-vp commented 1 week ago

From my testing, this is expected behaviour for development environments, because the development apps are not actually linked to their respective stores. You can test on Android by publishing your app on Google Play's internal testing stage. For development on iOS, the native prompt should always show, just with the disabled submit version mentioned previously. This submit button will be available once your app is published.

MinaSamir11 commented 1 week ago

I have the same question, the submit button is disabled in ios and android, how can we test and make sure it's working on live app?

As. @lew-vp said it's disabled in (debug mode) according to Android you can test it through internal testing, and you can read readme to find more to help you in your point.