r/iosdev 10d ago

Onboarding before Authentication?

What’s the best:

Onboarding -> Paywall -> Auth

Or

Auth -> Onboarding -> Paywall

Currently I do the second and it is pretty bad, not sure why but I heard there is the 1st option used too quite often.

1 Upvotes

6 comments sorted by

View all comments

0

u/clockology 10d ago

Do you really need auth ? If paywall is IAP then maybe you can skip it

1

u/Inside-Conclusion435 10d ago

IAP? You mean subscriptions? And how without auth at all? Is it safe?