Platforms¶
On this page you can setup target platforms for your project and configure settings for in-app validation and analytics.
Auth limitation¶
By default, user can bind multiple accounts for any authorization type (e.g. by Firebase token, nickname). You can limit it, so user will be able to bind only one account of each type.
If user tries to bind another account of the same type, server will return error with status code 409
and message binding_exists
.
To enable this limitation, you need to turn on toggle.
This setting is bound into environment
Keep in mind, this toggle is bound into environment. You need to change it for each environment separately.
Adding platforms¶
For some platforms you just need to add them by pressing Add button. For others you need to provide additional information (e.g. keys for Nutaku). If you want to use in-app validation, you need to provide additional information for each platform.