When updating some app's version, it's a good idea to force browser use newest language files also. Simplest way of doing it (for me) is adding '?v=VERSION' string to original URL. This change allows library processing such URLs in correct way. Otherwise it tracts them not as JSON files.
When updating some app's version, it's a good idea to force browser use newest language files also. Simplest way of doing it (for me) is adding '?v=VERSION' string to original URL. This change allows library processing such URLs in correct way. Otherwise it tracts them not as JSON files.