developer.oculus.com
Open in
urlscan Pro
2a03:2880:f21c:80c1:face:b00c:0:32c2
Public Scan
Submitted URL: http://developer.oculus.com/resources/publish-data-use/
Effective URL: https://developer.oculus.com/resources/publish-data-use/
Submission: On January 23 via api from DE — Scanned from DE
Effective URL: https://developer.oculus.com/resources/publish-data-use/
Submission: On January 23 via api from DE — Scanned from DE
Form analysis
0 forms found in the DOMText Content
RESOURCESNEWSSUPPORT MEINE APPS Als Standard festlegen -------------------------------------------------------------------------------- UPLOAD YOUR APP App Upload and Distribution Lifecycle of a VR App Create and Group Apps Upload Apps and Provide App Details Complete a Data Use Checkup Compliance Dashboard Data Protection Assessment Security Vulnerability Testing Upload Apps for Meta Quest Upload Apps for Rift Developer Governance Oculus Platform Command Line Utility COMPLETE A DATA USE CHECKUP Data Use Checkup (DUC) is a requirement whereby an admin from your organization must certify that your API access to certain platform features (Table 1) complies with Developer Policies. An app’s access to these platform features are contingent on a successful review of its DUC by the Meta Quest App Review Team. DATA USE CHECKUP (DUC) DIFFERS FROM DATA PROTECTION ASSESSMENT (DPA) Data Use Checkup is how developers request access to the features they need to operate their app and certify their general compliance with the Developer Data Use Policy. Data Protection Assessment evaluates whether developers comply with Meta's policies covering prohibited uses of data, data deletion, data sharing with third parties, and data security. WHEN TO SUBMIT A DUC An admin from your organization can submit a DUC as long as another DUC for that app is not already in review. If your DUC is currently in review, you must wait until the DUC is either approved or rejected before submitting more changes. * During initial app development, complete and submit DUCs to obtain provisional access to the platform features you request. Your app is granted automatic access to the features until you are ready to submit the app to the Store or App Lab for review. * Any time you want API access to a new platform feature or you change the usage of a feature you already have access to, revise and resubmit a DUC to accurately explain the change or addition. * Before you submit your app to the Meta Quest Store or App Lab for review, revise and resubmit your DUC to ensure it accurately and fully explains how your app uses its API access to platform features. Note: After you submit an app for review, any provisional access to platform features is revoked and the app won’t regain access to features until after a favorable DUC evaluation by the Meta Quest App Review team. For more information, see How to Develop Apps While Waiting for DUC Approvals. * At yearly intervals, resubmit your DUC to recertify your app’s continued compliance with Meta Quest policies. If an app isn’t recertified yearly, it is removed from the Meta Quest Store or App Lab and loses access to platform features. TABLE 1. PLATFORM FEATURES THAT REQUIRE A DUC Apps with... Need a DUC for these Platform features... Achievements User ID and User Profile, Deep Linking Add-ons User ID and User Profile, In-App Purchase Avatars User ID and User Profile, Avatars Challenges User ID and User Profile, Challenges Blocked Users Blocked Users Cloud storage User ID and User Profile Content sharing and live-streaming User ID and User Profile Custom items User ID and User Profile Destinations, rich presence, app deep linking User ID and User Profile, Deep Linking Displaying friends to invite User ID and User Profile, Friends Events User ID and User Profile, Deep Linking In-App content User ID and User Profile, Deep Linking Leaderboards (global) User ID and User Profile Leaderboards (friends) User ID and User Profile, Friends Matchmaking User ID and User Profile, Friends, Matchmaking Multiplayer with Photon or Playfab User ID and User Profile, Friends, Invites Parties and party chat User ID and User Profile, Parties Peer-to-peer networking User ID and User Profile Rooms User ID and User Profile, Invites Subscriptions User ID and User Profile, In-App Purchase, Subscriptions Users who invite others User ID and User Profile, Invites Voice Chat (VoIP) User ID and User Profile Viewing usernames User ID and User Profile SUBMITTING A DUC A DUC may only be submitted by someone with an admin role in your organization. 1. On the Developer Dashboard, go to the app’s card and then select Data Use Checkup. 2. Based on the needs of your app, select Add next to each platform feature your app needs to access. 3. For each feature you add: 1. From the Usage list, select all the ways in which your app uses the requested feature. 2. In the Description box, describe how your app uses the feature. Be as specific as possible. Select Choose files on your device to upload any screenshots that demonstrate this usage. For example, you can test your features using test users to demonstrate the usage. Remember: * User data must be used to run, support, and maintain a feature of your app to provide the experience requested by the user from whom the user data was collected. * User data can only be used to conduct analytics if the data has been aggregated, and/or anonymized. * User data can be shared only when you have the express written consent of the user. 3. Select the checkbox to certify your use of any data from the specific feature will comply with relevant policies. 4. Select Add to Request. 4. After adding all features your app needs, go to the bottom of the page to submit the request. 1. If this is the app’s first DUC, select Submit Requests (n). 2. If modifying an existing DUC, select Submit Recertification. 5. In Privacy Policy URL, enter the URL of your app’s privacy policy. 6. Select the checkbox to certify that you are overall complying with Developer Data Use Policy. 7. Select Submit for Review. HOW TO DEVELOP APPS WHILE WAITING FOR DUC APPROVALS Your app’s access to some or all Platform APIs is restricted while waiting for DUC approval. This might restrict your ability to develop and test other API functions. For example: * While your app is undergoing Meta Quest Store or App Lab review, you lose the app’s provisional access to all platform APIs. You regain access to them only after your DUC is approved. * After an app is approved for Meta Quest Store or App Lab, you can only access the platform features that were listed in the app’s DUC. To gain API access to more platform features, you must recertify DUC and wait for approvals. DUC approvals take time. If you are waiting for DUC approval, the only way to continue app development and testing is to use test user accounts. Test user accounts are exempt from DUC requirements. When you use test users to make API calls to platform features, the features return valid data even if your app has not been approved for those features. Using test user accounts returns the real data associated with the test users. For example: test users have their own user IDs, their own avatars, and their own friends lists. For more information, see Test Users. DUTY TO REPORT DATA USE INCIDENTS If your app experiences a data incident that compromises the security of user data or systems that process user data, or if you received or processed user data in violation of our policies and terms, you must report it to Meta by way of the Incident Reporting Form. DUC FEATURE REFERENCE Following is a list of platform features that require user data. Each section describes the allowed usage of those features and user data, and links to more information. If your app does not use any of the platform features in this list, you do not need to complete the Data Use Checkup process. AVATARS Grants an app access to Meta and Meta Avatars, a persistent identity across the Meta Quest ecosystem. With avatars, users can bring their own visual identities into your app. You must integrate the Meta or Meta Avatars SDK in order to enable this feature. ALLOWED USE: * Display the user’s avatar within your app. LEARN MORE: * Meta Avatars - Unity * Meta Avatars - Unreal * Meta Avatars - Native CHALLENGES Grants an app access to challenges data. ALLOWED USE: * Access user-created challenges in your app. LEARN MORE: * Challenges - Unity * Challenges - Unreal * Challenges - Native BLOCKED USERS Grants an app the ability to integrate blocking. ALLOWED USES: * Allow users to block in your app. * Identify user blocks to honor them in your app. LEARN MORE: * Blocking - Unity * Blocking - Unreal * Blocking - Native DEEP LINKING Grants an app access to view a user’s desired destination within an app. ALLOWED USE: * Allows the developer to enable deep linking in two separate applications: One single-player app and one multiplayer app. This enables the user to join a multiplayer session from a single player app. LEARN MORE: * Deep Linking - Unity * Deep Linking - Unreal * Deep Linking - Native IN-APP PURCHASE Grants an app the ability to do in-app purchases. ALLOWED USE: * Provide in-app purchases to the user. LEARN MORE: * Add-Ons - Downloadable Content and In-App Purchases - Unity * Add-Ons - Downloadable Content and In-App Purchases - Unreal * Add-Ons - Downloadable Content and In-App Purchases - Native INVITES Grants an app the ability to facilitate multiplayer scenarios. ALLOWED USES: * Help users find their friends to join together in social VR experiences. LEARN MORE: * Rooms and Room Invites - Unity * Rooms and Room Invites - Unreal * Rooms and Room Invites - Native FRIENDS Grants an app access to the current user’s friends who are also entitled to your app. Access to a user’s friends list is required to enable some other platform features. ALLOWED USES: * Retrieve information about users to customize their experience. * Help users find their friends to join together in social VR experiences. * Show friends’ leaderboards LEARN MORE: * Friends - Unity * Friends - Unreal * Friends - Native MATCHMAKING Grants an app access to the Matchmaking platform service, which places users together in a shared multiplayer experience. ALLOWED USE: * Provide matchmaking services as requested by the user. LEARN MORE: * Matchmaking - Unity * Matchmaking - Unreal * Matchmaking - Native PARTIES Grants an app access to the Parties platform service. ALLOWED USE: * Provide the party experience requested by the user from whom the user data was collected. LEARN MORE: * Parties - Unity * Parties - Unreal * Parties - Native SUBSCRIPTIONS Grants an app access to subscription information. ALLOWED USE: * Obtain subscription information for users of the app. LEARN MORE: * Subscriptions - Unity * Subscriptions - Unreal * Subscriptions - Native USER ID AND USER PROFILE Grants an app access to the user ID, username, and profile photo to enable various features such as Cloud Storage, Events, and Rooms. Note: Always request User ID and User Profile together. These features are coupled together tightly and are fundamental to enabling many platform features. ALLOWED USES: * Identify users across sessions. * Display the profile picture to the user or other users of the app within the app. LEARN MORE: * Users, Friends, and Relationships - Unity * Users, Friends, and Relationships - Unreal * Users, Friends, and Relationships - Native Did you find this page helpful? -------------------------------------------------------------------------------- FORUMS Find answers by Oculus engineers and other developers. DISKUSSIONEN AUFRUFEN SUPPORT CENTER Tell us how we can help and we’ll find a solution. HILFE ERHALTEN Did you find this page helpful? -------------------------------------------------------------------------------- When to Submit a DUC Submitting a DUC How to Develop Apps While Waiting for DUC Approvals Duty to Report Data Use Incidents DUC Feature Reference Meta Quest for Developers LEARN GerätePlattformenODHRichtlinienNachrichtenForen PROGRAMS Oculus StartLaunch Pad INFO KarrierenForschungProdukte © 2022 Meta PrivatsphäreRechtliches Deutsch Die Verwendung von Cookies durch Meta in diesem Browser erlauben? Wir verwenden erforderliche Cookies und ähnliche Technologien für folgende Zwecke: Um Inhalte in Meta-Produkten bereitstellen und verbessern zu können Um mithilfe der über Cookies auf und außerhalb von Meta-Produkten erhaltenen Informationen die Sicherheit unserer Nutzer zu erhöhen Um Produkte der Meta-Unternehmen für Nutzer eines Meta- oder Oculus-Kontos bereitzustellen und weiter zu verbessern Wir nutzen auf Meta Tools anderer Unternehmen, die ebenfalls Cookies einsetzen. Diese Tools werden für Folgendes verwendet: * Werbezwecke und Messdienstleistungen außerhalb der Meta-Produkte * Analysen * Bereitstellung bestimmter Funktionen * Optimierung unserer Dienste Du kannst die Verwendung sämtlicher oder nur erforderlicher Cookies erlauben oder unten weitere Optionen auswählen. In unserer Cookie-Richtlinie erfährst du mehr über Cookies und wie wir sie verwenden. Dort kannst du deine Auswahl außerdem jederzeit überprüfen oder ändern. Erforderliche Cookies Diese Cookies sind erforderlich für die Nutzung von Produkten der Meta-Unternehmen. Sie sind notwendig, damit diese Websites wie vorgesehen funktionieren. Optionale Cookies Optionale Cookies von anderen Unternehmen Wir verwenden Tools anderer Unternehmen für Werbezwecke und Messdienstleistungen außerhalb der Meta-Produkte, zu Analysezwecken sowie zur Bereitstellung bestimmter Funktionen und zur Verbesserung unserer Dienste für dich. Diese Unternehmen setzen ebenfalls Cookies ein. Weitere Informationen Wenn du diese Cookies erlaubst: * Wir können Anzeigen außerhalb von Meta-Produkten besser für dich personalisieren und ihre Performance messen * Hat das keine Auswirkungen auf die Funktionen unserer Produkte * Andere Unternehmen erhalten durch deine Verwendung von Cookies Informationen über dich Wenn du diese Cookies nicht erlaubst: * Wir verwenden keine Cookies von anderen Unternehmen, um Anzeigen außerhalb von Meta-Produkten zu personalisieren oder um deren Performance zu messen * Funktionieren einige Features unserer Produkte möglicherweise nicht Weitere Möglichkeiten für dich, das Tracking zu kontrollieren Einstellungen Einstellungen für Werbung Wenn du dein Meta- oder Oculus-Konto zu derselben Kontenübersicht wie dein Facebook- oder Instagram-Konto hinzugefügt hast, kannst du in den Einstellungen für Werbeanzeigen verwalten, wie unterschiedliche Daten zur Personalisierung von Werbeanzeigen verwendet werden. Um dir bessere Werbung zu zeigen, verwenden wir Informationen, die Werbetreibende und andere Partner uns zu deinen Aktivitäten außerhalb von Produkten der Meta-Unternehmen, zum Beispiel auf deren Websites und Apps, bereitstellen. In deinen Einstellungen für Werbeanzeigen kannst du festlegen, ob wir diese Informationen verwenden dürfen, um dir Werbung zu zeigen. Über das Facebook Audience Network können Werbetreibende dir Werbeanzeigen in Apps und auf Websites außerhalb der Produkte der Meta-Unternehmen zeigen. Um relevante Werbeanzeigen auszuliefern, bestimmt das Audience Network zum Beispiel anhand deiner Werbepräferenzen, an welchen Werbeanzeigen du interessiert sein könntest. Werbepräferenzen In deinen Werbepräferenzen kannst du nachsehen, warum du eine bestimmte Werbeanzeige siehst, und festlegen, wie wir die Informationen, die wir erfassen, verwenden dürfen, um dir Werbung zu zeigen. Weitere Informationen zu Onlinewerbung Wenn du keine interessenbasierten Online-Werbeanzeigen von Meta und anderen teilnehmenden Unternehmen mehr sehen möchtest, kannst du dich über die Digital Advertising Alliance (USA), die Digital Advertising Alliance of Canada (Kanada), die European Interactive Digital Advertising Alliance (Europa) oder über die Einstellungen deines Smartphones (wenn du Android, iOS 13 oder eine frühere Version von iOS verwendest) davon abmelden. Bitte beachte, dass Werbeblocker und Tools, die die Verwendung von Cookies durch uns einschränken, diese Einstellungen beeinträchtigen könnten.Die Werbeunternehmen, mit denen wir zusammenarbeiten, verwenden üblicherweise Cookies und ähnliche Technologien im Rahmen ihrer Services. Mehr dazu, wie Werbetreibende Cookies verwenden und welche Optionen sie anbieten, findest du in den folgenden Ressourcen: * Digital Advertising Alliance * Digital Advertising Alliance of Canada * European Interactive Digital Advertising Alliance Cookies über die Browser-Einstellungen kontrollieren Zusätzlich zu den Optionen, die Meta für deine Cookie-Präferenzen bietet, hast du über die Einstellungen deines Browsers oder Geräts eventuell die Möglichkeit auszuwählen, ob Browser-Cookies akzeptiert oder gelöscht werden sollen. Diese Einstellungen unterscheiden sich je nach Browser. Hersteller können sowohl die verfügbaren Einstellungen als auch deren Funktionsweise jederzeit ändern. Wenn du Browser-Cookies deaktivierst, funktionieren bestimmte Teilbereiche der Meta-Produkte möglicherweise nicht einwandfrei. Weitere Informationen zu den Optionen in beliebten Browsern findest du unter folgenden Links: * Google Chrome * Internet Explorer * Firefox * Safari * Safari (Mobilgeräte) * Opera Nur erforderliche Cookies erlaubenErforderliche und optionale Cookies erlauben