Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity iOS app rating widget

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 :: copy file 
Csharp :: unity c# flip sprite 
Csharp :: array in unity 
Csharp :: how to check if time is between two timespans in c# 
Csharp :: euler angles to quaternion unity 
Csharp :: c sharp or operator in if statement 
Csharp :: transform face player unity 
Csharp :: c# download file from url 
Csharp :: how to change the width of a panel unity 
Csharp :: convert uk string date to DateTime c# 
Csharp :: 1. Write a program that will determine the multiples of 7 from 1 to 100 in C# looping 
Csharp :: get file id from mongodb without objectid using c# 
Csharp :: wpf scoll to on new item datagrtid 
Csharp :: laravel get current url 
Html :: href do nothing 
Html :: boostrap row reverse utility 
Html :: accept only image files upload html 
Html :: html telephone link 
Html :: html entity quote 
Html :: notyf 
Html :: how to set video speed html 
Html :: lorem ipsum 
Html :: input suggestion off 
Html :: html phone 
Html :: css textarea limit 
Html :: auto update copyright year html 
Html :: ngclass else 
Html :: how to print hello world in html 
Html :: loop through htmlcollection 
Html :: blade loop index 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =