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

Added a way to automatically offer the user to rate the app #62

Merged
merged 4 commits into from
Nov 6, 2021

Conversation

veler
Copy link
Collaborator

@veler veler commented Nov 6, 2021

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Internationalization and localization
  • Other (please describe):

What is the current behavior?

DevToys is unable to automatically offer the user to rate the app at some key moments that would encourage the user to give a high rating.

Issue Number: #57

What is the new behavior?

The app will automatically display a notification offering the user to rate the app based on the following criteria:

  1. The app hasn't been rated yet
  2. We have offered the user to rate the app less than 11 times.
  3. It's been at least 8 days that the users installed the app or used it since the last crash encountered.
  4. The app has been launched at least 4 times since it's installed or since the last crash encountered.
  5. The app has updated more than 2 days ago.
  6. Smart detection has recommended tools at least 3 times in the past
  7. Users used tools at least 10 times in the past.

image

Other information

Quality check

Before creating this PR, have you:

  • Followed the code style guideline as described in CONTRIBUTING.md
  • Verified that the change work in Release build configuration
  • Checked all unit tests pass

@veler veler added the enhancement Idea of improvement of existing feature. label Nov 6, 2021
@veler veler requested a review from btiteux November 6, 2021 01:26
@veler veler self-assigned this Nov 6, 2021
@veler veler merged commit 442bd96 into main Nov 6, 2021
@veler veler deleted the rate-app-offer branch November 6, 2021 16:34
veler added a commit that referenced this pull request Mar 31, 2023
* Added a way to offer the user to rate the app.

* adjusted marketing service

* updated Readme

* update french language

Co-authored-by: Etienne Baudoux <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Idea of improvement of existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants