react-native-store-review icon indicating copy to clipboard operation
react-native-store-review copied to clipboard

requestReview() doesn't trigger the rating prompt in android

Open minafa96 opened this issue 4 years ago • 5 comments
trafficstars

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 avatar Apr 29 '21 11:04 minafa96

@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 avatar May 02 '21 15:05 pabloluz

@pabloluz Thanks for the reply. where should that proguard rules be added exactly?

minafa96 avatar May 02 '21 16:05 minafa96

@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.

pabloluz avatar May 03 '21 13:05 pabloluz

@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.

Thanks, but no changes :(

by the way, I'm not getting any error or warning at all

minafa96 avatar May 04 '21 06:05 minafa96

If anyone has this problem use internal app sharing instead of internal test track, worked for me ☺️ 🎉

minafa96 avatar May 04 '21 08:05 minafa96

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?

salik-a avatar Jun 12 '23 09:06 salik-a

Fixed in 0.4.1

oblador avatar Jul 10 '23 17:07 oblador