Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QStandardPaths - path to store inaccessible for user data in iOs and Android
QtWS25 Last Chance

QStandardPaths - path to store inaccessible for user data in iOs and Android

Scheduled Pinned Locked Moved Solved QML and Qt Quick
mobileandroidiosqstandardpaths
6 Posts 2 Posters 1.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kofr
    wrote on last edited by
    #1

    What is the path where the user can not get access on mobile devices iOs and Android?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What do you want to store there ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      K 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        What do you want to store there ?

        K Offline
        K Offline
        Kofr
        wrote on last edited by
        #3

        @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.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Sounds like QStandardPaths::AppConfigLocation or QStandardPaths::AppDataLocation

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          K 1 Reply Last reply
          0
          • SGaistS SGaist

            Sounds like QStandardPaths::AppConfigLocation or QStandardPaths::AppDataLocation

            K Offline
            K Offline
            Kofr
            wrote on last edited by
            #5

            @SGaist thx, is not it accessible by user in iOs and Android?

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              AFAIK, no. But you can check that yourself.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved