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

Add Storekit reviewRequest() #57

Open
vdhamer opened this issue Oct 19, 2022 · 0 comments
Open

Add Storekit reviewRequest() #57

vdhamer opened this issue Oct 19, 2022 · 0 comments
Labels
Enhancement New feature or request Help wanted Extra attention is needed Nice to have only Minor value

Comments

@vdhamer
Copy link
Owner

vdhamer commented Oct 19, 2022

StoreKit allows you to bug users up to three times per year for a rating or review (if they haven't already provided one?). So this is mainly about delaying calls to requestReview() until the app estimates it has been used enough that the user might be willing to provide feedback.

So this is about maintaining counters (in UserDefaults) that keep track of in-session or cross-session statistics. Current idea is to collect experience 'points' whenever the user activates a feature. And to trigger requestReview() at say multiples of 100 points. Features that might be monitored (possibly with weight factors):

  • accessing individual screens
    • Animation (= launching app from scratch)
    • Preference
    • Readme
    • Who's Who
    • Photo Clubs
    • viewing Portfolio (there are currently about 20)
  • using Search feature
  • pulldown-to-refresh
  • changing the lock setting on a map
  • viewing the end of the Readme

https://www.youtube.com/watch?v=_oTPT3gFUms

@vdhamer vdhamer changed the title Add review request feature Add Storekit reviewRequest() feature Oct 22, 2022
@vdhamer vdhamer changed the title Add Storekit reviewRequest() feature Add Storekit reviewRequest() Oct 22, 2022
@vdhamer vdhamer added the Enhancement New feature or request label Apr 2, 2023
@vdhamer vdhamer added the Nice to have only Minor value label Jun 18, 2023
@vdhamer vdhamer added the Help wanted Extra attention is needed label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Help wanted Extra attention is needed Nice to have only Minor value
Projects
None yet
Development

No branches or pull requests

1 participant