Guides
Using Gameye

Selecting the correct build

2min

You can start more than one build of your dockerised game binary, as long you’ve set it up on the backend. You can test this by making two versions available on any development images in our sandbox environment.

In practice, you just pick the build version by adding another variable to the API call when starting a session:

"version":imagetag"

JSON


By default, we save two versions of your game binary. As you update your game we'll always make the most recent two versions available.

If you have any questions, contact the support team.

Please ensure you identify your build versions in incremental order i.e. 0.1, 0.2, 0.3 so that the correct priority is given to newer builds not following this process could lead to issues. For further information or if you have any questions, please contact the support team.