You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NamitaWani
Use a boolean (eg: showLoginPage) & save it in SharedPreferences...
for Example: 1st Time App Open, boolean is false > show Login! then on Login save the boolean as false!
& check the boolean on App Start, if false > Show else dont show...
But, if you are planning on distributing your App via PlayStore, then you should NOT use this Library!
It is mentioned that the App should only be updated via Store! & not on its own :)
After using this library app gets update but Login Page appears again. Login Page should appear again
The text was updated successfully, but these errors were encountered: