<!--
{
  "availability" : [
    "iOS: 10.3.0 - 18.0.0",
    "iPadOS: 10.3.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.14.0 - 15.0.0",
    "visionOS: 1.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKStoreReviewController",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKStoreReviewController"
  },
  "title" : "SKStoreReviewController"
}
-->

# SKStoreReviewController

An object that controls the process of requesting App Store ratings and reviews from customers.

```
class SKStoreReviewController
```

## Overview

Use the [`requestReview(in:)`](/documentation/StoreKit/SKStoreReviewController/requestReview(in:)) method to indicate when it makes sense within the logic of your app to ask the customer for ratings and reviews.

## Topics

### Indicating an appropriate time for a review

[`requestReview(in:)`](/documentation/StoreKit/SKStoreReviewController/requestReview(in:))

Tells StoreKit to ask the customer to rate or review the app, if appropriate, using the specified scene.

[`requestReview()`](/documentation/StoreKit/SKStoreReviewController/requestReview())

Tells StoreKit to ask the customer to rate or review your app, if appropriate.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)