Clear App Cache
This allows you to clear the application cache through a function
You'll need to import the javascript file in your website before starting from this link.
To clear the cache when app is running.
WTN.clearAppCache(false);
Note :- If you want to reload the app after cache is cleared you can call the function as below.
WTN.clearAppCache(true);
Feature released on 15/08/2023
Last updated