Integration
  • Overview
  • Getting Started
  • SDK Integration
    • Standard
    • Advanced
  • Game API
    • Overview
    • Games
    • Collections
    • Tokens
    • Marketplace
    • Transactions
    • Users
  • Misc
    • FAQ
    • Best Practices
    • Staging Environment
    • Account Management
    • Webhooks
    • IAP Setup
      • Android. How to create IAP Vessel Product
        • How to find Product ID
        • How to get Public Key
        • How to setup Google Service Account and get Credentials JSON File
      • iOS. How to create IAP Vessel Product
        • How to find Product ID
Powered by GitBook
On this page
  • Selecting the Staging Environment in Vessel Wallet
  • Selecting the Staging Environment in the Embedded SDK
  • The Staging Dashboard and Application Backend
  • Add Balance to the Wallet on Staging

Was this helpful?

  1. Misc

Staging Environment

Test your changes in a full-featured environment before releasing them

PreviousBest PracticesNextAccount Management

Last updated 2 years ago

Was this helpful?

Vessel provides a staging environment in which you can test changes before you promote them to production.

This staging environment contains the same functionality as the production environment.

Selecting the Staging Environment in Vessel Wallet

First log out of your current Vessel Wallet session: Click Profile (in the lower right). In the profile page, click the settings gear (in the upper right). Scroll down to the bottom and click Logout.

Next, click and hold the Vessel logo for five seconds until the environment selector pops up. Select the STAGING environment and click Done. See the animation of this process below:

Selecting the Staging Environment in the Embedded SDK

To point Vessel SDK to the staging environment, use the code below:

OVSdk.Sdk.Environment = VesselEnvironment.Staging;                        

VesselSdk.getInstance( activity )
         .setEnvironment(VesselEnvironment.STAGING);
[[OVLSdk sharedInstance] setEnvironment: OVLEnvironmentStaging]; 

Remember to remove this snippet of code when you deploy your code changes to production.

The Staging Dashboard and Application Backend

Add Balance to the Wallet on Staging

Use the staging dashboard at to manage your games and tokens in the staging environment.

Send backend requests to the staging API server at .

https://stage-dash.applovin.com/o/tp/vessel/studio/games
https://game-api.stage.openvessel.io