Hello!
my game creates application cache at start (visible in Chrome at Application->Clear storage) which spoils version updating process. I upload new game version but players play old version, cause version is taken from browser cache.
please help.
how do I disable web-browser caching in Construct3?
currently I'm placing "return;" at start of CreateCacheFromFileList function in sw.js, but this is a dirty hack. and it still is not helping with players playing old versions (cached ones).
so second question is how can I reset cache (drop existing cache)?
Artem.