Forum Discussion

dorababujaddu's avatar
dorababujaddu
Honored Guest
4 months ago

How to build a bug reporting system in a Meta Quest app?

Hi everyone,

I’m developing an app for Meta Quest and I want to integrate a bug reporting system so that users can easily report issues directly from inside the app.

Are there any recommended approaches for implementing this?

Does Meta provide any built-in APIs or services for bug/feedback reporting?

If not, are there any third-party SDKs (like for in-app bug reporting, crash logging, or feedback collection) that work well in Quest?

Any guidance or resources would be really helpful. Thanks!

1 Reply

  • Howdy dorababujaddu!

    I understand you're trying to implement a bug reporting feature in the app you're building. One way you could try to go about this would be to create a custom UI that allows users to report issues they're experiencing in-app. You could then use Unity's APIs to capture things like screenshots and logs, and use our (S2S) REST API to set an endpoint to receive bug reports. I'll link some relevant documentation below from us as well as Unity's APIs. I would also just make sure that you inform users about what data is collected for privacy compliance. 

    Creating Interactable User Interfaces
    Server to Server Basics
    ScreenCapture.CaptureScreenshot
    Application.logMessageReceived

    Let me know if you were able to get it to work, and if not feel free to reach back out and we can investigate further!

    -G

→ 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