QStandardPaths - path to store inaccessible for user data in iOs and Android
Solved
QML and Qt Quick
-
Hi,
What do you want to store there ?
-
@SGaist ini file with app data
for example if app is uploading file to the server and the user kill the app, the process of uploading is not complete and need to be handled on next startup, so I need to store information about not finished uploading process in local storage where the user can not change it. -
Sounds like
QStandardPaths::AppConfigLocation
orQStandardPaths::AppDataLocation
-
AFAIK, no. But you can check that yourself.