Skip to content

Commit

Permalink
[in_app_review] add submit button clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
britannio committed Nov 26, 2020
1 parent 9666d97 commit 0925218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,16 @@ Since there is a quota on how many times the pop up can be shown, you should **n
## Android
You must upload your app to the Play Store to test `requestReview()`. An easy way to do this is to build an apk/app bundle and upload it via [internal app sharing](https://play.google.com/apps/publish/internalappsharing/).

Real reviews cannot be created while testing `requestReview()` and the **submit** button is disabled to emphasize this.

More details at https://developer.android.com/guide/playcore/in-app-review/test

## IOS
`requestReview()` can be tested via the IOS simulator or on a physical device.
Note that `requestReview()` has no effect when testing via TestFlight [as documented](https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview#discussion).

Real reviews cannot be created while testing `requestReview()` and the **submit** button is disabled to emphasize this.

`openStoreListing()` can only be tested with a physical device as the IOS simulator does not have the App Store installed.

## MacOS
Expand Down

0 comments on commit 0925218

Please sign in to comment.