You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the playstore flavor (Google Play Store distribution), Pro features are unlocked via a monthly subscription through Google Play Billing Library. This targets the mainstream Android audience.
Architecture
User taps "Upgrade to Pro"
→ App launches Google Play purchase flow (native UI)
→ User pays via Play Store (card, Google Pay, etc.)
→ BillingClient confirms purchase
→ App verifies purchase locally
→ isPro = true, stored in DataStore
→ Subscription auto-renews monthly
Key properties
No server required: Google handles billing, receipt validation can be local
Context
For the
playstoreflavor (Google Play Store distribution), Pro features are unlocked via a monthly subscription through Google Play Billing Library. This targets the mainstream Android audience.Architecture
Key properties
What to implement
1.
PlayStoreUnlockerinapp/src/playstore/2. Play Console setup
3. Subscription products
dictus_pro_monthlydictus_pro_yearlyPricing TBD — can be adjusted in Play Console without app update.
4. Paywall screen
Acceptance criteria
PlayStoreUnlockerimplementsProUnlockerin playstore flavorPrerequisites
libre+playstore#2 (ProUnlocker interface)Notes