Open Play Store for review

So I’ve searched the forum a bit, but I couldn’t find the following:

How to open the play store on your app.
I want to add that when the user clicks on a button they will be redirected to the Google Play Store app to the page of my app to leave a review. I know the in-app-review isn’t available yet for Kodular, that’s why I’m asking if this is possible.

Would this be possible with a deep link, and if yes what kind of deep link? Or is this not possible and should I just give up.

Thanks in advance!

Just use the activity starter:
Action : android.intent.action.VIEW
Data uri : your play store app link, for example : https://play.google.com/store/apps/details?id=my.app.packagename
and you will be directed to your app on google play

2 Likes

Wow, thank you so much! That’s exactly what I needed!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.