Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity rate

using UnityEngine;
#if UNITY_IOS
using UnityEngine.iOS;
#endif

public class RateManager : MonoBehaviour
{
    public void RequestRateGame(){
#if UNITY_IOS
        Device.RequestStoreReview();   //displaying in app review widget
#endif
    }
}

/*
Note: this code works only for iOS
*/
Comment

PREVIOUS NEXT
Code Example
Csharp :: unity iOS app rating widget 
Csharp :: swagger skip endpoint .net core 
Csharp :: protected override void OnExiting(Object sender, EventArgs args) { base.OnExiting(sender, args); Environment.Exit(Environment.ExitCode); } 
Csharp :: unity new input system get button down 
Csharp :: unity find disabled gameobject 
Csharp :: csharp nullable types 
Csharp :: how to clear a dictionary in c# 
Csharp :: how to convert c# string to pdf 
Csharp :: c# windows forms function after load 
Csharp :: what does - in f#? 
Csharp :: ik not working unity 
Csharp :: make winform open first 
Csharp :: weakreference tryget c# 
Csharp :: C# program to find the longest Palindrome in a string. 
Html :: html meta redirect 
Html :: espacio html 
Html :: html hello world 
Html :: tag for tel 
Html :: meta no cache 
Html :: html disable enter submit 
Html :: html h1 left align 
Html :: how to link html pages in different folders 
Html :: bootstrap center button horizontally 
Html :: iframe adjust pdf zoom 
Html :: html entity and 
Html :: bootstrap navbar dropdown right 
Html :: meta refresh url 
Html :: html option 
Html :: back link a html 
Html :: add favicon to website html 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =