Skip to content
New issue

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

Is it possible to get rid of Would you mind rating xxx App? Dialog #309

Closed
fjix1022 opened this issue Jun 12, 2021 · 1 comment
Closed

Comments

@fjix1022
Copy link

Hi,
Is it possible to not display Would you mind rating dialog and start from the Enjoying dialog? Thank you advance for your input.
image

image

Following is my preference snippet.
preference = {
displayAppName: 'Ameren App',
promptAgainForEachNewVersion: true,
usesUntilPrompt: 3,
storeAppURL: {
ios: 'xxxxxxxxxxxx',
android: 'market://details?id=xxxxxxxxxx',
},
reviewType: {
ios: AppRateReviewTypeIos.InAppReview,
android: AppRateReviewTypeAndroid.InAppReview
},
simpleMode: true,
customLocale: null
}

@fjix1022
Copy link
Author

Missing showPromptForInAppReview: false. After added it in the preference, the first dialog was no longer displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant