Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QStandardPaths::AppDataLocation behaves differently between Qt 5.7 and earlier versions

QStandardPaths::AppDataLocation behaves differently between Qt 5.7 and earlier versions

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 386 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    Albus
    wrote on last edited by
    #1

    By calling QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) in Qt 5.6.1 and Qt 5.7,
    I got different results with iOS:

    /var/mobile/Containers/Data/Application/0CE2549A-CE78-4F1D-8162-B37F9E7FC932/Library/Application Support
    /var/mobile/Containers/Data/Application/72F97D08-D3F5-48B3-835C-87F715E240CC/Library/Application Support

    The data for the installed app will not be accessed again by the same function call.
    Is there any design change for this? Is there any other way that we can obtain the path for Qt 5.6.1?

    Thank you.

    1 Reply Last reply
    0

    • Login

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