-
Notifications
You must be signed in to change notification settings - Fork 12
In App Review
VirtueSky edited this page Sep 8, 2024
·
7 revisions
- Rate and review in the app without you having to go to the store
- Open tab
In App Review
inMagic Panel
>Create Scriptable In App Review
- 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.
public InAppReview inAppReview;
private void Start()
{
inAppReview.InitInAppReview();
}
public void RateAndReview()
{
inAppReview.RateAndReview();
}