AppReviewService Data Types
AppReviewService defines and uses several data types.
An object representing configuration details for an AppReviewService session.
Property Name | Type | Description |
---|---|---|
ignoreIfAlreadyRequestedForCurrentAppVersion | Boolean | Ignore the app review request if already asked for the current version of the app. Use null value if you're not passing in an option. |
An object representing an error that occurred when accessing AppReviewService features.
Property Name | Type | Description |
---|---|---|
code | AppReviewServiceFailureCode | A value representing the reason for an app review error. Possible failure codes include the following:
|
message | String | A string value describing the reason for the failure. This value is suitable for use in user interface messages. The message is provided in English and isn’t localized. |