Hello,
I am making a game that gets data from a server. I use AJAX to get it and read it.
After I edit the file on the server, it takes a few minutes for the game (in browser) to read it (I re-run the project after a few minutes). After exporting to Android, it didn't read the updated file until I cleared the cache manually from the Settings.
It kept reading the old version until the cache was cleared.
How to fix this, please?
Thanks :)