Search code examples
androidiosskstorereviewcontroller

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?


Solution

  • 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