We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Android Docs it says you mustn't ask users whether they like the app before using the Google Play In-App Review API:
https://developer.android.com/guide/playcore/in-app-review#when-to-request
Does anybody know if this applies only to reviewType: {android: 'InAppReview'} or also to reviewType: {android: 'AppStoreReview'}?
reviewType: {android: 'InAppReview'}
reviewType: {android: 'AppStoreReview'}
I guess the latter is basically just a link to the Play Store so maybe it doesn't even use the In-App Review API?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Android Docs it says you mustn't ask users whether they like the app before using the Google Play In-App Review API:
https://developer.android.com/guide/playcore/in-app-review#when-to-request
Does anybody know if this applies only to
reviewType: {android: 'InAppReview'}
or also toreviewType: {android: 'AppStoreReview'}
?I guess the latter is basically just a link to the Play Store so maybe it doesn't even use the In-App Review API?
The text was updated successfully, but these errors were encountered: