react-native-store-review
react-native-store-review copied to clipboard
requestReview() doesn't trigger the rating prompt in android
we have put the app in the google play internal test track
and my Gmail is added as a tester
and I've downloaded the app from google play
and I have not reviewed the app before
but nothing shows up when requestReview() and in the dev mood only the 'available' appears.
onPress={() => {
if (StoreReview.isAvailable) {
console.warn('available');
StoreReview.requestReview();
}
}}
text="Write your review"
/>
"react-native-store-review": "^0.2.0",
"react-native": "0.63.4",
device android version : 9
@minafa96 I'm experiencing the same issue. Please check https://github.com/oblador/react-native-store-review/issues/48 and have a look at the comment I left there ;)
@pabloluz Thanks for the reply. where should that proguard rules be added exactly?
@minafa96 there should be a file called proguard-rules.pro under your PROJECT_DIR/android/app folder.
On that file, you should see a comment like # Add any project-specific keep options here:. Simply add those rules below that comment.
@minafa96 there should be a file called
proguard-rules.prounder yourPROJECT_DIR/android/appfolder.On that file, you should see a comment like
# Add any project-specific keep options here:. Simply add those rules below that comment.
Thanks, but no changes :(
by the way, I'm not getting any error or warning at all
If anyone has this problem use internal app sharing instead of internal test track, worked for me ☺️ 🎉
If anyone has this problem use internal app sharing instead of internal test track, worked for me ☺️ 🎉
what does internal app sharing instead of internal test track means?
Fixed in 0.4.1