I had recently built the game for the super app, with strict security rules, and I have a big problem now
The game in their app is aggressively caching
And I can do nothing with it. They added no cache commands to their server, but it doesn't work
The most dangerous part, files of the game in the cache are mixed, and often the game shows just a black screen
The only way I found is to change the link, but it is not possible in my case, because their security token is connected to my address, and if I change the address, the security token will not work, and authorization will not work as well.
What to do, has anybody had the same issues?