New version of Xsolla Launcher (v2.3.0) - xsolla/xsolla-launcher-build GitHub Wiki
Added:
- The additional request for the user email from the social network or from the user. To set it up, use the following object added to config.json:
| Object | Description |
|---|---|
| auth_fields | The list of parameters which must be requested from the user or social network additionally during social authentication. The parameters must be separated by a comma. If the specified parameter is not returned by a social network, the user will be asked to input the value to the corresponding form of desktop Launcher. Parameters are written to the user JWT. Note: Currently only the ‘email’ value is supported. After the email is requested from the user, a confirmation message is sent to the specified email. |
- The ability to close desktop Xsolla Launcher when the game is started. Works only for Xsolla Launchers published on Steam.
| Object | Description |
|---|---|
| close_steam_launcher_when_game_start | Whether to close desktop Launcher when the game is started. Works only for Xsolla Launchers published on Steam. Can be ‘true’ or ‘false’. Default is ‘false’. |
Fixed:
- Minor bugs.