Last active
October 20, 2024 13:41
-
-
Save rohitjakhar/78615c0b82b5ca97aa738e1bda00f8a3 to your computer and use it in GitHub Desktop.
Awesome App Rating Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cancelable": true, | |
| "useCustomFeedback": false, | |
| "mailSetting": { | |
| "mailAddress": "[email protected]", | |
| "subject": "Review for App", | |
| "text": "Heyy, I want to share app review for your", | |
| "errorToastMessage": "Something wrong with mail app!" | |
| }, | |
| "customFeedbackMessageText": "Suggest us what you don\'t like", | |
| "customFeedbackButtonText": "Send", | |
| "useGoogleInAppReview": false, | |
| "feedbackTitleText": "Need your feedback", | |
| "rateLaterButtonText": "Not Now", | |
| "iconUri": "https://cdn.iconscout.com/icon/free/png-512/free-review-icon-download-in-svg-png-gif-file-formats--ratings-stars-three-starts-online-streaming-pack-entertainment-icons-1597983.png?f=webp&w=512", | |
| "ratingThreshold": 3.5f, | |
| "countAppLaunch": true, | |
| "countOfLaterButtonClicksToShowNeverButton": null, | |
| "titleText": "Tell us your experience with this app?", | |
| "messageText": "How Test your code bro now", | |
| "confirmButtonText": "Give", | |
| "showFullStarOnly": true, | |
| "storeRatingMessageText": "If you enjoy using this app, would you mind taking a moment to rate it? Thanks for your support!", | |
| "storeRatingTitleText": "Give on App Store", | |
| "minimumDays": null, | |
| "minimumLaunchTimes": null | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment