diff --git a/work/projects/ios-subscription-day7-promo-pr.md b/work/projects/ios-subscription-day7-promo-pr.md index 63589bcf..92869a5d 100644 --- a/work/projects/ios-subscription-day7-promo-pr.md +++ b/work/projects/ios-subscription-day7-promo-pr.md @@ -16,10 +16,9 @@ CC: N/A **Prerequisites** - Build from `alex/subscription-day7-promo`. -- Be an Internal User (Settings → DuckDuckGo Settings → long-press version). -- Enable both flags via the Internal Settings debug menu: `privacyProOnboardingPromotion` and `subscriptionPromoForExistingUsers`. +- Be an Internal User (add `|| DEBUG` to the `#if` check in `InternalUserStore.swift`). - The cooldown is currently overridden to **1 minute** from install date for easier manual testing (production will require 7 days). -- "Stop app" = force-quit via app switcher. "Hide app" = home button / swipe up to background without quitting. +- "Stop app" = force-quit via Xcode Stop button or app switcher. "Hide app" = home button / swipe up to background without quitting. ---