Skip to content

Commit d300f58

Browse files
chore: update docs to reflect migration to request review action
1 parent d5eee3e commit d300f58

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

in_app_review/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
A Flutter plugin that lets you show a review pop up where users can leave a review for your app without needing to close your app. Alternatively, you can open your store listing via a deep link.
1010

11-
It uses the [In-App Review](https://developer.android.com/guide/playcore/in-app-review) API on Android and the [SKStoreReviewController](https://developer.apple.com/documentation/storekit/skstorereviewcontroller) on iOS/MacOS.
11+
It uses the [In-App Review](https://developer.android.com/guide/playcore/in-app-review) API on Android and the [RequestReviewAction](https://developer.apple.com/documentation/storekit/requestreviewaction) on iOS/MacOS.
12+
1213

1314
# Usage
1415

@@ -76,7 +77,6 @@ Real reviews can only be created when `requestReview()` is used from the product
7677

7778
<details>
7879
<summary>Troubleshooting table</summary>
79-
8080
| Issue | Solution |
8181
|-------|----------|
8282
| Your app is not published yet in the Play Store. | Your app doesn't have to be published to test, but your app's **applicationID** must be available at least in the internal testing track.
@@ -86,7 +86,6 @@ Real reviews can only be created when `requestReview()` is used from the product
8686
| The user has already reviewed the app. | Delete the review directly from Play Store.
8787
| The quota has been reached. | Use an [internal test track](https://developer.android.com/guide/playcore/in-app-review/test#internal-test-track) or [internal app sharing](https://developer.android.com/guide/playcore/in-app-review/test#internal-app-sharing).
8888
| There is an issue with the Google Play Store or Google Play Services on the device. | This commonly occurs when the Play Store was sideloaded onto the device. Use a different device that has a valid version of the Play Store and Google Play Services.
89-
9089
</details>
9190

9291
## iOS

0 commit comments

Comments
 (0)