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 :: app rating within game in unity 
Csharp :: loop c# 
Csharp :: unity event trigger 
Csharp :: c# get folder of full ilepath 
Csharp :: linq where c# 
Csharp :: run async method parallel c# 
Csharp :: c# second last element 
Csharp :: unity 2d platformer movement script rigidbody 
Csharp :: is c# hard to learn 
Csharp :: c# code process to start any exe application 
Csharp :: unity ik not working 
Csharp :: Responsive Bootstrap 4 Admin Dashboard icon cdn 
Csharp :: how to show error xtramessagebox in devexpress c# 
Csharp :: black lives matter update arsenal 
Html :: html 5 default code 
Html :: html5 template 
Html :: regex href html pattern 
Html :: fa link 
Html :: #ubuntu "demarrer vcs en super user" 
Html :: tabulation html 
Html :: where to use .target command in html 
Html :: vscode user code snippet not working markdown 
Html :: bootstrap footer bottom of page 
Html :: html code æøå 
Html :: how to move all html files from one directory to other using python 
Html :: tag input type float number html 
Html :: & sign html 
Html :: div contenteditable onchange angular 
Html :: html meta charset content ie edge 
Html :: add fav icon to browser tab html 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =