Mobile Storage (Android / iOS)
-
Hi guys,
I am saving a file on app scoped storage and then want to move it to shared storage for new Android Scoped Storage.
I already used FileDialog QML component, QStandardPaths, Java code, etc, but without success.Althought I am working for Android I had already implemented a native file dialog for iOS using Objective-C.
All the storage process in mobile seems very confusing and I can't find any documentation to use the right APIs or so.
I need to have multiple exceptions to handle paths or to access files or write files, etc. on multiple platforms.I think I am not understanding properly how this all works, because, in my point of view, Qt should have all this already handled.
So, my question is:
Is there any place where I can find some documentation or example about how mobile storage works on Qt?If there's no such place, what's the proper way to move a file from app scoped storage to shared storage on Android?