Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reviw prompt on Android doesn't display #131

Open
BLOCKMATERIAL opened this issue Aug 24, 2022 · 6 comments
Open

Reviw prompt on Android doesn't display #131

BLOCKMATERIAL opened this issue Aug 24, 2022 · 6 comments

Comments

@BLOCKMATERIAL
Copy link

I published my application in Iternal Testing when I call the review method nothing is displayed,

"react-native-in-app-review": "^4.1.1",

The devices on which the testing was done :
Google Pixel 6
Xiomi Redmi Note 6
Testing was done on different Google Play accounts.

@BLOCKMATERIAL BLOCKMATERIAL changed the title Reviw promt on Android doesn't display Reviw prompt on Android doesn't display Aug 24, 2022
@bonnmh
Copy link

bonnmh commented Sep 22, 2022

the same issue

@bonnmh
Copy link

bonnmh commented Sep 22, 2022

// bundle ```

ext {
    buildToolsVersion = "30.0.2"
    minSdkVersion = 21
    compileSdkVersion = 30
    targetSdkVersion = 30
    ndkVersion = "20.1.5948944"
    playServicesVersion = "17.0.0"
    androidMapsUtilsVersion = "2.2.0"
    // Only using Android Support libraries
    supportLibVersion = "28.0.0"
}
   // version```

   "react": "17.0.1",
   "react-native": "0.64.1", 
   "react-native-in-app-review": "^4.1.1",

it's working fine on debug, but not working when i build release, i tried build Test Internal and i make sure I used an account that hasn't rated the app and is on the internal tester list, but it still doesn't show the review popup as expected.

@victorroatt
Copy link

Same issue!

@ilyavf
Copy link

ilyavf commented Oct 18, 2022

Same issue. Using React Native bare workflow.

"react-native-in-app-review": "^4.1.1",
"react": "17.0.2",
"react-native": "0.64.3",

@ilyavf
Copy link

ilyavf commented Oct 18, 2022

Does anybody know if it's only the Internal Testing environment that does not work, and that it's working in production Google Play?

@victorroatt
Copy link

Does anybody know if it's only the Internal Testing environment that does not work, and that it's working in production Google Play?

@ilyavf I think that there isn't a issue. It's how the in app review library from android works. They have it a Quotas feature that calls the launchReviewFlow method, if this method was called more than once during a short period of time (for example, less than a month) might not always display a dialog.

You can read more about it on https://developer.android.com/guide/playcore/in-app-review#quotas.But that it's just my understanding of the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@ilyavf @BLOCKMATERIAL @bonnmh @victorroatt and others