添加谷歌跳转评价接口
This commit is contained in:
parent
905c58b001
commit
36df6b8967
|
@ -47,6 +47,15 @@ public class RushSDKManager : D_MonoSingleton<RushSDKManager>
|
|||
|
||||
#endregion
|
||||
|
||||
#region 跳转谷歌评价
|
||||
public void Review()
|
||||
{
|
||||
var httpsPlayGoogleComStoreAppsDetailsID = "https://play.google.com/store/apps/details?id=" + Application.identifier;
|
||||
Application.OpenURL(httpsPlayGoogleComStoreAppsDetailsID);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region ad
|
||||
|
||||
|
|
Loading…
Reference in New Issue