Skip to main content

Show in-app rating

Show in-app rating.

info
  • The debug version cannot submit a rating, while the release version can.
  • Under normal circumstances, the debug version can pop up the rating dialog as a functionality check.

Android Quota Limit Description:

Google Play officially has a time-limited quota; if the rating interface is called multiple times in a short period, the dialog may not always be displayed.

For more information, see Google Play In-App Review API.

iOS Quota Limit Description:

If the user has not yet rated or reviewed your app on this device, StoreKit will display the rating and review prompt up to three times within 365 days.
If the user has already rated or reviewed your app on this device, StoreKit will display the rating and review prompt only when the app version is new and more than 365 days have passed since the user’s last review.

For more information, see iOS Rating Mechanism.

Supported Platforms

Supports Android, iOS platform.

Function Definition

void ShowRatingAlert();

Code Example

UnionAdapterAPI.GetToolsService().ShowRatingAlert();