Posted on

Rate My App – Cross Platform Native Plugins: Essential Kit

Download

Documentation: https://assetstore.essentialkit.voxelbusters.com/

0:00 Welcome to Rate My App CPNP2
0:22 Overview
1:19 Setup
1:53 Usage and Code

The Rate My App service gives you the ability to ask your audience to review and rate your game. Getting reviews from your users will allow you to receive feedback from those that play your game. This will also help with boosting your game on the app stores.

IG_RateMyApp.cs

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using VoxelBusters.EssentialKit;

public class IG_RateMyApp : MonoBehaviour
{
    public static void DisplayRateApp()
    {
        RateMyApp.AskForReviewNow();
    } 
}