Step 3 - Environments

Developers have access to two different environments:

  1. Development: Use this environment while developing and testing.

  2. Production: Use this environment for the releases, and live versions available to users.

Example.

  1. John started integrating the SAW SDK in his application by setting up the Development environment.

  2. He completed and tested feature Implementation in the Development environment.

  3. After that, his game was ready to go live, So he set Production and created new builds for game submission. He did a smoke test and updated it in SAW.

  4. After submitting to the game, he switched back to the Development environment to work on new features for their upcoming release. Then continue to Step 2.

Environment Setup

After setting up the above configuration data, you can switch Development/Production environment from the menu:

Menu -> Set Development

Menu -> Set Production

SAWGameId

A Unique Game Id for your game (provided by SAW Team).

Last updated