Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to update the app but Login page should not popup again #12

Open
NamitaWani opened this issue Nov 17, 2017 · 1 comment
Open

Comments

@NamitaWani
Copy link

After using this library app gets update but Login Page appears again. Login Page should appear again

@ItzNotABug
Copy link

ItzNotABug commented Nov 17, 2017

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants