Skip to content

Add rating prompt on iOS #69

@SyntaxBlitz

Description

@SyntaxBlitz

This code is in js/components/LanguageHome/LanguageHomeTopButton.react.tsx.

Will require:

  • updating the log action name
  • updating the linked URL and testing that this behaves acceptably in iOS
  • checking App Store policies about rating prompts; do we need to do this with some internal SDK? google has an SDK for this but it had some properties I didn't really like so I just did it manually with a link
  • ensuring that prefs are set correctly (prefs are future-proof so if we want to change the nag structure down the road, like for example re-nagging after some amount of time, we have a timestamp saved -- though there are no plans for this at the moment)
  • actually verifying that it works on iOS

assigning this to you @jafayer but up to you whether you want to take this on. for motivation, this is what our Android ratings count did after we added the light nag (which is, like, the most polite nag ever -- only shows up at lesson 10 and never shows up again once dismissed)

motivation from our weekly ratings graph:
image
rating prompt landed in sep 2021. the spike in oct 2020 is just because that's when the app really took off

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions