caikaidev/AppUpdate

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

NamitaWani opened this issue · 1 comments

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

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