capacitor-community / in-app-review

Let users rate your app using native review app dialog for both Android and iOS.
MIT License
163 stars 20 forks source link

Couldn't see in-app-review in iOS testflight #65

Closed prodonly closed 3 months ago

prodonly commented 3 months ago

Hello,

Thanks for this plugin.

We tried it and we are able to see the in-app-review box in xcode local.

However, when we test in Testflight, the box doesn't pop up. Is this an known issue?

gcarpi commented 3 months ago

This is the expected behavior. It is described in the documentation for the native function used by this plugin, you can see it here: https://developer.apple.com/documentation/storekit/skstorereviewcontroller/3566727-requestreview#4278434

However, this method has no effect in apps that you distribute for beta testing using TestFlight.