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

[Android] How does the app know that it is being tested? #30

Closed pablojjimenez closed 2 years ago

pablojjimenez commented 2 years ago

Regarding... #13 and #12...

I've read in those issues that when app is released as internal/closed testing the plugin figure out that is in a testing context and always show the review modal.

Does somebody know if things have changed? I've my app in internal/closed testing at Google Play but the modal does not always appear...

Thanks in advance!

Nodonisko commented 2 years ago

From what I know this is completely handled by system API. It makes sense because you are using Google play API which should know what version of app you using.