Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

StoreKit.RequestReview

Shows review dialog.

Component Version macOS Windows Linux Server iOS SDK
StoreKit 8.2 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "StoreKit.RequestReview" )

Parameters

none

Result

Returns OK or error.

Description

Shows review dialog.
Tells StoreKit to ask the user to rate or review your app, if appropriate.
Works asynchronously, so function returns immediately and starts dialog later.

Although you should call this method when it makes sense in the user experience flow of your app, the actual display of a rating/review request view is governed by App Store policy. Because this method may or may not present an alert, it's not appropriate to call it in response to a button tap or other user action.

Note
When you call this method while your app is still in development mode, a rating/review request view is always displayed so that you can test the user interface and experience. However, this method has no effect when you call it in an app that you distribute using TestFlight.

When you call this method in your shipping app and a rating/review request view is displayed, the system handles the entire process for you. In addition, you can continue to include a persistent link in the settings or configuration screens of your app that deep-links to your App Store product page. To automatically open a page on which users can write a review in the App Store, append the query parameter action=write-review to your product URL.

Blog Entries

This function checks for a license.

Created 22nd April 2018, last changed 22nd April 2018


StoreKit.QueryProducts - StoreKit.RestoreCompletedTransactions