Group Launch
Feature deprecation notice
Group Launch is deprecated and has been removed from the Platform SDK. For developers working on new apps or updates to existing apps, we strongly recommend using the Invite to App feature (Unity, Unreal, Native) instead. Group Launch was a server-to-server (S2S) REST API that allowed developers to create deep link URLs for users to travel into an application together. It supported both public deep links (shareable with anyone) and private deep links (restricted to a specified list of users). These links had a configurable time to live (TTL) and could be associated with a specific destination and room.
This feature has been removed from the Platform SDK and is no longer functional. The S2S endpoints for creating, retrieving, and deleting Group Launch deep links are no longer available.
To enable users to join your app together, use the
Invite to App feature instead. Invite to App provides client-side invite panels and deep link handling through the Platform SDK.
For information about configuring the places users can travel to within your app, see
Destinations.