Security of temp data on local storage

Hi All,

As far as i know how appsheet works, it stores temporary data on local storage using HTML5. But my concern is about how secure would this be on mobile devices.

And how best can i limit the validity of this data on the local storage.

How can i have the temp data flushed out from local storage after a certain duration?

Thanks

0 1 290
1 REPLY 1

Hello @MUGANJI_JULIUS

Security concerns are always something to consider.

There are individual toggles inside the app to encrypt the data on the device

In regards to flushing out app data periodically, that is not something that AppSheet would handle - that is a device related issue.

Youโ€™d have to find some app that would allow you to clear app cache (or data) automatically on a schedule.