I sincerely hope this question hasn't been asked already, but since I cannot find anything, here goes nothing... I have an Android/iOS app that just does basic calculations for the client. I also have a disclaimer page with a button to click that states the user accepts the terms of service. But, here lies my problem. I want the disclaimer page to only show up once when the app is opened for the first time and then never again. (The user can still open the sidebar menu and go to the disclaimer if they deem it necessary).
I cannot use cookies (i believe) due to the reason that sometimes when the app is opened, the user might be offline.
Thanks in advance!
Comments
Post a Comment