The problem: I need to create, write and access a certain file with an absolute path, on mobile platforms. This is needed to allow my games to sync user achievements, scores and levels. On desktop, this would be something like %userdir/Score.csv.
Webstorage, if I'm not mistaken, stores data assigned to a given app. Thus, another app cannot access its local values. Where should I look? Thanks!