How to link to GooglePlay to rate a game (Unity3d)?
问题 I use Unity3d make a game. I want to make a button in the game, and players can click on this button to link GooglePlay and rate my game. What plugin I need and how to do this? I just found this: link 回答1: After clicking on button call Application.OpenURL ("market://details?id=" + Application.productName); 回答2: After a couple of times that the user have used your application, you can popup a message asking the user to rate the app. And if the user tap on Ok on dialogue, you can redirect the