Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do a class equivalent to IOS's SKStoreReviewController exist for Android?

If you want to request a review of your app you can use SKStoreReviewController on IOS. But i can't seem to find an equivalent for Android. Does it exist? Or do i need to add a custom implementation?

like image 490
TamRock Avatar asked Sep 18 '17 11:09

TamRock


2 Answers

Android provides now an API to make a review directly from app.

"The Google Play In-App Review API lets you prompt users to submit Play Store ratings and reviews without the inconvenience of leaving your app or game. ... to protect user privacy and avoid API misuse, there are strict guidelines that your app should follow about when to request in-app reviews and the design of the review prompt."

more information > https://developer.android.com/guide/playcore/in-app-review

like image 60
kodaski Avatar answered Oct 22 '22 06:10

kodaski


I'm afraid Google has not yet provided any such official API's. There's no way one can submit reviews/ratings without leaving apk.

like image 7
Anurag Avatar answered Oct 22 '22 04:10

Anurag