question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:5

github_iconTop GitHub Comments

3reactions
minafa96commented, May 4, 2021

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

1reaction
pabloluzcommented, May 2, 2021

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Play Core In-App Review API not showing the Review Activity
I successfully implemented the API on Android, it showed only on version released via Internal test track. I can send you code snippet...
Read more >
How to Add Android In-App Review API to Improve Ratings
The Android In-App Review API uses native UI elements to prompt users to rate or review an app. Users select their rating, add...
Read more >
requestReview() | Apple Developer Documentation
requestReview(). Tells StoreKit to ask the user to rate or review your app, if appropriate. iOS 10.3–14.0 Deprecated iPadOS 10.3–14.0 Deprecated macOS ...
Read more >
react-native-in-app-review - npm
The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and...
Read more >
in_app_review 2.0.1 | Flutter Package - Pub.dev
The following code triggers the In-App Review prompt. ... Testing requestReview() on Android isn't as simple as running your app via the emulator...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found