[!TIP]
Integrate Xsolla Mobile SDK to enable In-App Payments across mobile platforms within and outside of stores in a platform-compliant way, powered by Pay Station with over 700 payment methods.
Enterprise-level 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.
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:
- Start Android Studio.
- Open
build.gradle
file of your application. - 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