I have set up a Stored Variable to store the user’s data after signing up or signing for the first time…but then the App still shows the Sign-up screen whenever they re-open the app.
So therefore i want the app to be able to log-in into the app automatically,whenever a registered user is revisiting the app.
You didn’t mention having any blocks to sign the user in with these details after storing them. The following blocks will automatically sign a user in with their stored email and password once said email and password have been given a value:
This is from an updated version of the Sign In template, which you can check out here.