A no user login app

I want a feature in my app so that users can use the app freely without needing to create an account and save databases to that unregistered user. I searched almost everywhere, and the closest I’ve been to reaching that goal is a random user ID, but it wont be saved to the current user device.

You could create a page that is setup for “no logged in users” Make that your splash page. Then on that page you could setup a sign up, and auto login for the user. Then you can setup a second page that always brings that user to that page when they’re logged in.

Basically the user will not have to sign up or login. You will have the app auto do that in the background.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.