com.xsolla.android:login-facebook

Xsolla Login SDK for Android is used to integrate Xsolla Login, a single sign-on tool that uses API methods to authenticate and secure user passwords. This creates a seamless one-click registration experience players can use for fast and safe transactions across all of your games.


License
Apache-2.0

Documentation

Xsolla SDK for Android

Xsolla SDK for Android is a ready-to-use library for applications and games that allows you to easily embed Xsolla services.

android sdk image

The SDK includes the following libraries:

  • Login — allows authenticating users and manage user attributes
  • Store — allows managing your in-game store
  • Inventory — allows managing player inventory
  • Payments — allows using payment UI

You can integrate all of these libraries or specific libraries that meet your needs into your project.

Try our Sample App to learn more.

System requirements

  • Android OS 5.0 or higher
  • Internet connection

Install library

The library are available in Maven Central.

To install the necessary library:

  1. Start Android Studio.
  2. Open build.gradle file of your application.
  3. Add the following line to the dependencies section, where <version_number> is the required version of the library. Example for Store library:
implementation 'com.xsolla.android:store:<version_number>'

Follow the documentation to initialize library and configure project on Xsolla side.

Legal info

Explore pricing information and Privacy Policy that helps you work with Xsolla.

Xsolla offers the necessary tools to help you build and grow your gaming business, including personalized support at every stage. The terms of payment are determined by the contract that can be signed via Publisher Account.

The cost of using all Xsolla products is 5% of the amount you receive for the sale of the game and in-game goods via Xsolla Pay Station. If you do not use Xsolla Pay Station in your application, but use other products, contact your Account Manager to clarify the terms and conditions.

--

License

See the LICENSE file.

Additional resources