Qt 6.11 is out! See what's new in the release
blog
Persistent Storage Support in mobile platforms
Mobile and Embedded
1
Posts
1
Posters
998
Views
1
Watching
-
Note I changed my original post into two separate questions.
Is there a means of storing data persistently across all platforms including Mobile? Obviously QFile is available to the desktop variants but is it also supported in Android and iOS builds?
The second part: I am working on a POC that will need a common way to store user data in JSON format using the built in JSON libraries. The example JSON Save Game Example uses a QFile to store the data between sessions. Is there a better way of storing JSON data persistently?