Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

app rating within game in unity

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 :: c# winforms input 
Csharp :: unity destroy 
Csharp :: thread c# 
Csharp :: c# loop example 
Csharp :: deserialize list of objects c# 
Csharp :: how to get day name from datetimepicker in c# 
Csharp :: what is c# used for 
Csharp :: google tradutor 
Csharp :: unity audio source playoneshot 
Csharp :: c# window instantly close 
Csharp :: inverse kinematics not working unity 
Csharp :: how disable the back off a panel C# 
Csharp :: forces the user to enter his password before submitting the form asp.net core 
Csharp :: string to date 
Html :: open markdown link in new tab 
Html :: html disable editing textbox 
Html :: starting html 
Html :: html input price 
Html :: bootstrap 5 overflow 
Html :: html make phone number callable 
Html :: no cache html 
Html :: How to display Base64 images in HTML? 
Html :: input readonly html 
Html :: how to change the logo in the title of a webpage 
Html :: write & in html 
Html :: html horizontal line style 
Html :: change tab icon html 
Html :: gradient on top of image css 
Html :: min length input html 
Html :: html center body 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =