Skip to main content

Native Application Setup

This guide covers the additional configuration required when integrating with EvenBet Gaming native client applications.

Prerequisites

Before following this guide, make sure you have completed the general Setup & Security configuration: credentials, protocol, and signature generation apply to native app integration as well.


Overview

If you are going to use EvenBet native client applications, you will need to provide a URL to the user authentication page. This page should contain the login form with the Login and Cancel buttons. If a user clicks "Cancel", a special URL poker://on-close should be used.

The key difference in API calls is the authType parameter: set it to internal for native applications.


Login Page Requirements

When a user clicks "Login", the following operations should be executed:

  • user authorization in your system
  • if the authorization was successful, a session should be created through our API. It is also necessary to pass internal as the authType parameter value.
  • after that, the user should be redirected to the redirect_url that is received in response after the session was created.

Responsive Design

The login page design should be adjusted to mobile devices and correctly open for the following sizes:

DeviceWidth × Height
Desktop340 × 210
Tablet (1024×768)558 × 610
Mobile (640×1136)610 × 610

What's Next?