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

2

11

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?

Orthoscope answered 18/9, 2017 at 11:28 Comment(0)
O
3

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

Orta answered 17/8, 2020 at 20:27 Comment(1)
Thanks for sharing, Kodaski. It was about time they made this possible :)Orthoscope
P
7

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.

Peppard answered 18/9, 2017 at 11:59 Comment(0)
O
3

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

Orta answered 17/8, 2020 at 20:27 Comment(1)
Thanks for sharing, Kodaski. It was about time they made this possible :)Orthoscope

© 2022 - 2024 — McMap. All rights reserved.