User registration

0
Hello,   Is it possible when a user starts the app and registers, the next time the user starts the app he doesn't need to login. So no login page, no username/password connected to a user. Only 1 time register and then the user information will be linked to the device from the user.   If this is possible, can anybody explain how to do this?   Kind regards,   Jamie Simmers
asked
3 answers
0

Are you building a native mobile app or a web app? On native mobile, the behavior you describe is the standard.

answered
0

As described in the Mx documentation: https://docs.mendix.com/refguide/custom-settings#2-general-settings

Custom runtime setting “PersistentSessions “ set to true should support this

answered
0

It's supposed to be a mobile app. The problem is that when i'm registering and saving my information. In a few clicks it discards my information for no reason.

I will upload a youtube video where im showing this here https://youtu.be/aBUGeZJQ1iI

I thought it had something to do with logging in because it doesn't save the user information for a specific user, right?

answered