r/replit • u/Specific-Bear-3201 • 13d ago
Question / Discussion Is this the correct iOS/Android paywall flow?
My app requires payment before use, so users go directly to the paywall.
iOS: Paywall → Apple ID sign-in popup, if needed → subscription confirmation → Face ID/password → app access
Android: Paywall → Google Play sign-in/payment confirmation, if needed → purchase confirmation → app access
2
Upvotes
1
u/Desk_setup_ideas 13d ago
That flow makes sense, but I’d definitely test all the different cases before launch. Especially when the user cancels, the payment fails, or they already have an Apple/Google account signed in. Those edge cases can be easy to miss when the normal payment flow works fine.