Forum Discussion

Adrianagvl's avatar
Adrianagvl
Honored Guest
1 month ago

Access Application Persistant Data from Hub

Hi there!

First, thanks in advance to anyone who could help.

I'm developing an app with Unity for the Meta Quest 3 and, while running the app,  I will write some data that I will need to access later, when connecting the headset back to the PC.

The problem is that I haven't found on the Developers Hub any folder or anything related.
Is there a way to access the data?

1 Reply

  • Degly's avatar
    Degly
    Start Partner

    Yes, but it’s not exposed directly in MQDH UI.

    Your data is in:

    /sdcard/Android/data/<your.package.name>/files/

    Ways to access it:

    • MQDH → Device → File Manager (enable “Show app data” if needed)

    • Or use ADB:

    adb pull /sdcard/Android/data/<your.package.name>/files/

    Notes:

    • Folder only exists after the app writes data once
    • On newer Android versions, access can be restricted → USB Debugging and ADB is the most reliable way

    So: use ADB or MQDH file browser, not a visible “app data” folder by default.

→ Find helpful resources to begin your development journey in Getting Started

→ Get the latest information about HorizonOS development in News & Announcements.

→ Access Start program mentor videos and share knowledge, tutorials, and videos in Community Resources.

→ Get support or provide help in Questions & Discussions.

→ Show off your work in What I’m Building to get feedback and find playtesters.

→ Looking for documentation?  Developer Docs

→ Looking for account support?  Support Center

→ Looking for the previous forum?  Forum Archive

→ Looking to join the Start program? Apply here.

 

Recent Discussions