Skip to content

In App Review

VirtueSky edited this page Sep 8, 2024 · 7 revisions

What

  • Rate and review in the app without you having to go to the store

iar-flow

Use

Create scriptable In App Review

  • Open tab In App Review in Magic Panel > Create Scriptable In App Review
Screenshot 2024-09-08 at 21 00 33
  • Here, if you do not have the support libraries for In App Review, you can install.
  • You must add define symbols VIRTUESKY_RATING to use it.

Screenshot 2024-02-28 112838

Rate and review

public InAppReview inAppReview;

    private void Start()
    {
        inAppReview.InitInAppReview();
    }

    public void RateAndReview()
    {
        inAppReview.RateAndReview();
    }
Clone this wiki locally