Reputation: 258
Is there a way to send "rating" from your application to Google Play store? How? I made a pop-up dialog for my application where I get a comment and a rate from the user. How can I send that feedback to Google Play store?
I'd like to have an experience, where user does not have to leave my app for the rating.
Using this library.
Upvotes: 3
Views: 4223
Reputation: 2548
It is not possible (as of now) to send the rating to the play store. You can have your own prompt, and then send an intent to the play store, where the user can rate your app. Google is working on a solution, similar to the iOS implementation, to allow the user to rate your app without leaving.
Android Central posted an article about this new (and upcoming feature): https://www.androidcentral.com/check-out-play-stores-new-app-review-feature-pictures
Edit: Android has added the option to have an In-App Review Flow. See this documentation: https://developer.android.com/guide/playcore/in-app-review/kotlin-java
Upvotes: 1
Reputation: 716
now google add in-app-review for rate and comment in google play store. you can use this link for extra details: https://developer.android.com/guide/playcore/in-app-review/kotlin-java
Upvotes: 0
Reputation: 333
I think that what the OP is asking is if Android has a way to display a google play dialog to rate the app directly. Something like what iOS have:
I just did a quick research trying to figure out and I couldn't find anything. Let me know if you have found a way to do it.
Upvotes: 0