You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: in_app_review/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@
8
8
9
9
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.
10
10
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
+
12
13
13
14
# Usage
14
15
@@ -76,7 +77,6 @@ Real reviews can only be created when `requestReview()` is used from the product
76
77
77
78
<details>
78
79
<summary>Troubleshooting table</summary>
79
-
80
80
| Issue | Solution |
81
81
|-------|----------|
82
82
| 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
86
86
| The user has already reviewed the app. | Delete the review directly from Play Store.
87
87
| 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).
88
88
| 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.
0 commit comments