Definitions

  • Client App Your Client or your Mobile App.

  • Client Server You App Server

  • Game Client Game-Ox's Game.

  • Game Server Game-Ox's Server

  • User Token User Authentication API Token (Bearer, JWT..)

Scenario in short overview:

1- Client App open The Game Client Through a URL Provided by Game-ox.

2- Client App passes the required parameters to the Game Client URL.

3- Game Client passes the parameters sent by the app to the Game Server.

4- Game Server passes the required parameters to the App Server to get latest user info.

5- Game Server updates User Information received from the App Server

6- Game Server increase, decrease user coins through the App Server according the the Game Client reactions.

Last updated