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

Testing DLC API

Since DLC is not supported on titles that are in beta testing stage, follow the steps below to test the DLC API:
  1. Sign in on the VIVEPORT Developer Console using your account.
  2. Create a DLC under your published VR title. (Create the DLC but don’t publish it yet or upload the binary file.)
  3. Call Viveport.DLC.GetCount() to get total number of DLC releases for that title, including the one you created in step 2. Then call the GetIsAvailable() for each DLC and you'll find your new DLC is available.
  4. Try logging in using another account besides the developer account. You wouldn’t find the new DLC you just created.
  5. If you see the results described in steps 3 and 4, it means your implementation of the DLC APIs is correct.