Please Select Your Location
Australia
Österreich
België
Canada
Canada - Français
中国
Česká republika
Denmark
Deutschland
France
HongKong
Iceland
Ireland
Italia
日本
Korea
Latvija
Lietuva
Lëtzebuerg
Malta
المملكة العربية السعودية (Arabic)
Nederland
New Zealand
Norge
Polska
Portugal
Russia
Saudi Arabia
Southeast Asia
España
Suisse
Suomi
Sverige
台灣
Ukraine
United Kingdom
United States
Please Select Your Location
België
Česká republika
Denmark
Iceland
Ireland
Italia
Latvija
Lietuva
Lëtzebuerg
Malta
Nederland
Norge
Polska
Portugal
España
Suisse
Suomi
Sverige

Viveport Listing

Content URL

When your title publishes it will be your app id at the end of https://www.viveport.com/apps/

For example, if your app ID is: 4f5f140a-0928-4fcb-8023-93dc212eac17

Then your URL will be: https://www.viveport.com/apps/4f5f140a-0928-4fcb-8023-93dc212eac17

Application title and description

Please enter the title and description of your content. If you have localized content, ensure you select the appropriate languages in the Manage Languages prompt and add the translated title and text in the fields after selecting the language from the dropdown menu.

Compatible headsets

Select any of the following compatible headsets that your title supports.

  1. VIVE
  2. VIVE Cosmos
  3. VIVE Cosmos Elite
  4. VIVE Pro
  5. Oculus Rift
  6. Oculus Rift S
  7. Valve Index
  8. Windows Mixed Reality

Media type, genres and other required fields.

Select a media type for your title from the following two options:

  1. Apps
  2. Games

Self-select an age-rating for your title for the most appropriate audience intended for your experience.

Select if your title is single- or multi-player.

You can then select up to five genres from the following options (each media type comes with a different set of genres):

Action Adventure Art & design
Business Casual Documentary
Education Escape room Health & fitness
Horror Music Narrative
Productivity Racing Real estate
RPG Sci-Fi Shooter
Simulation Social Sports
Strategy Travel Video

Digital rights management (DRM)

  1. Viveport SDK DRM

Select the checkbox if you have integrated the Viveport SDK DRM into your title. Please double-check by referring to this document below.
>>Viveport SDK DRM

Find steps to complete the DRM SDK:

    • Call top level API – Api.Init() to setup the SDK library and client runtime.
    • Use API GetLicense() to get the user’s content license, which is issued from Viveport to verify if the current user has permission to launch the content. Input parameters as below.
      1. Viveport ID
      2. Viveport key
      3. LicenseChecker (Note: You need to implement a subclass of LicenseChecker to decide what to do if user’s license verification is successful or failed.)
    • Call top level API – Api.Shutdown() to teardown the library runtime after you finish using Viveport SDK.
  1. Wrapper-based DRM

Select the checkbox to apply wrapper-based DRM to your title. This option is recommended if you did not integrate the Viveport SDK DRM or other DRM solutions into your title. (*If your title is implemented with .Net framework, please use Viveport SDK DRM instead.)