Software Archive
Read-only legacy content
17061 Discussions

Adding terms before app access in XDK?

Robert_P_
Beginner
189 Views

Hi, I am new to this software and app development. I am currently creating a framework 7 app and wondering how to insert app terms and conditions that require to be confirmed before customers can use the app?

Is there any easy way to have someone click accept for the first time the app is run? and when the app is updated?

I have not come across how to do this and it can be very important especially for companies to protect themself from any legal or copyright damages. Any help on this would be very much appreciated.

Thanks

Robbie

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
189 Views

I would recommend that you save something in local storage (or something equivalent) that remembers whether or not the user has acknowledged the notice, and then check it each time you run. Remember to check not only for "not acknowledged" but also for "no acknowledge variable exists" to both mean "acknowledgement hasn't happened" since you may not yet have a saved variable. Try this web search for some ideas.

0 Kudos
Reply