Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity in app review

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 :: loop c# 
Csharp :: c# web scraping get images from specific url 
Csharp :: ocr library for c# 
Csharp :: assetfinder 
Csharp :: timespan format string c# 
Csharp :: c# if int is even 
Csharp :: how to get the index of an element in a list in unity 5 
Csharp :: c# is not marked as serializable 
Csharp :: how to resize a panel unity 
Csharp :: how to add colider in obj in unity 2020 
Csharp :: how to scale text from center in unity 
Csharp :: C# a program to reverse each word in the given string. 
Csharp :: razor: show editable list 
Csharp :: css text no word wrap 
Html :: input tag no suggestions 
Html :: how to center html element in bootstrap 5 
Html :: file input only images 
Html :: twig count array 
Html :: pattern for email id in html 
Html :: c# strip html tags 
Html :: a href email 
Html :: base64 image html example 
Html :: html shell 
Html :: js onclick redirect 
Html :: open the file upload dialogue box onclick the image 
Html :: auto update copyright year javascript 
Html :: image src on error 
Html :: react html mouseover 
Html :: html indice 
Html :: input required 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =