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

adjust notifications experiment by removing canAskAgain #4271

Merged
merged 2 commits into from
May 30, 2024

Conversation

haileyok
Copy link
Contributor

@haileyok haileyok commented May 30, 2024

Why

There was a significantly higher number of people hitting the request_notifications_permission_after_onboarding gate that were not actually new signups. It looks like this may have been tied to canAskAgain being true on some devices. Let's remove that check completely, and just skip the check if permissions.status is granted or denied.

Test Plan

We can probably do some minimal testing by flipping the gate back and forth and creating new accounts to check the Statsig logs, but I'm not certain how we can verify whether the canAskAgain was indeed the problem here. Might be something we just need to wait and see results for.

image

Copy link

render bot commented May 30, 2024

src/view/screens/Home.tsx Outdated Show resolved Hide resolved
Copy link

github-actions bot commented May 30, 2024

Old size New size Diff
7.23 MB 7.23 MB -68 B (-0.00%)

@gaearon gaearon merged commit eb6f448 into main May 30, 2024
6 checks passed
@gaearon gaearon deleted the hailey/fix-notifications-experiment branch May 30, 2024 01:42
estrattonbailey pushed a commit that referenced this pull request May 31, 2024
* adjust notifications experiment by removing `canAskAgain`

* move to `StepFinished` for after onboarding
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

Successfully merging this pull request may close these issues.

2 participants