Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity c# request store 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 :: unity c# rate game 
Csharp :: c# winforms input 
Csharp :: unity c# flip sprite 
Csharp :: c# count items in listbox 
Csharp :: change object material unity 
Csharp :: how to add default value to combobox in wpf 
Csharp :: c# second last index 
Csharp :: belgiumcampus 
Csharp :: Selecting item from listview in C# 
Csharp :: @razor identify last foreach 
Csharp :: ik nothing is happening unity 
Csharp :: how to mirror an image in vs forms 
Csharp :: how to remove black top bar in asp.net 
Csharp :: unity product.hasreceipt 
Html :: cdn matter.js 
Html :: default html template 
Html :: jqury get selected option 
Html :: no follow no index 
Html :: open vsc with admin rights linux 
Html :: tab space in html 
Html :: regex remove html comment 
Html :: whatsapp message html a tag 
Html :: html5 pattern for numbers only 
Html :: remove scroll from a page 
Html :: v-select item-text function 
Html :: how to link external css to html 
Html :: html star symbol 
Html :: dropdown in html 
Html :: bootstrap 4 vertical align td 
Html :: include favicon html 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =