Hello Team,
Do any one have information about how to clear chrome caches by command or config files.
We just wanted to have one config or button on lockscreen by clicking google chrome get cleared.
We have zebra devices TC52, Tc52 and TC57
Hello Team,
Do any one have information about how to clear chrome caches by command or config files.
We just wanted to have one config or button on lockscreen by clicking google chrome get cleared.
We have zebra devices TC52, Tc52 and TC57
Legacy script can do this: wipeaaplication BundleID to clear it entirely or only clearappcache BundleID
I did this only with Javascripts, not sure about the legacy ones but should be executable via the template like follows:
var request = new XMLHttpRequest();request.addEventListener("load", onLoad);let js_command = `your_script comes_here`;var encodedScript = encodeURIComponent(js_command);request.open("GET", "mcscript://" + encodedScript);request.send();
Just to add here, there's also a javascript which can clear the data (mobicontrol.app.clearData('com.example');) but nothing to clear just the cache.
https://www.soti.net/mc/help/javascriptapi/en/mobicontrol.app.html#.clearData
But this also needs the mentioned encoded script things above.
Hi NIKHIL SAROJ,
Thank you for your post on SOTI Pulse, do you still require any assistance with the above issue?
Hopefully, you were able to solve the post by using the above-suggested solutions. If yes, please mark it as "solution".
Please let us know so we can proceed further accordingly.