I want to set expiration date on local storage Mobile.
Example: Binary user_img have value binarydata on current day then next 7 day set it to default or clear value
Hi Pratya,
In my case, i have offline data sync upon user resume or upon login that delete the outdated local storage. I add a dateCreated in my local storage entity.
Hope it helps
Hi,
I think you must use logic for this.
My suggestion is put the logic for checking date and delete in the "Application Ready" Client action, so when the app is opened / move to foreground, the logic will run and do validate and delete.