Invite Link
Prerequisites
Implementing Invite to App for your app requires the following: Your app must be immersive, meaning it must operate in VR/MR mode. Currently, the Invite to App feature does not support non-immersive environments, such as 2D panel apps or standard Android apps.You must have at least one destination created for your app.You must have enabled group presence for users within your app.Invite Link is a travel feature that allows users to launch into a destination with friends using the Meta Horizon mobile app. The Group Presence API ensures everyone ends up in the same session. Ensure that you configure your destination with a deep link and that it supports Invite Link.
Create invite link from app
Users can create a link based on a destination, which they can then share or post. This link will give the recipient the ability to “open in VR” so when they put on the headset, they are already in the destination with others.
- User creates a multiplayer link by going into the Social tab of the Meta Horizon mobile app (iOS or Android).
- They can select an application from compatible apps.
- They can select a destination, if an app has more than one.
- Users can share this link via Messenger, text, or any other method available in their mobile share sheet.
- When ready to ‘jump in,’ users can click the link which will open up the Meta Quest app if installed, or redirect to the Oculus website which serves up the CTA to “open in VR” with their connected headset.
- Users will be launched into the application with the selected destination & generated lobby session id.
- The application must then take this intent and put all users coming in with the same destination & lobby session id together into the same newly created instance.
For your app to show up as a selection in the ‘Invite Link’, you must have at least one correctly configured destination:
Multiple destinations can be set to be launchable, so that users can select specifically where they want to go or do in your app.