Getting Started
Install the Gameball Android SDK into your app
The Gameball SDK for Android enables you to use the show Gameball player profile in your app, track app player events, integrate referrals and display Gameball's in-app push notifications.
Follow the below steps to start installing the Android SDK to your app
- Add the JitPack repository to your build file.
type to enter textallproject {
repositories {
……
maven { url "https://jitpack.io" }
}
}
- Add Gameball dependency to your app gradle module
- If you are using Android X use the following
implementation 'com.github.gameballers:gb-mobile-android:1.1.1'
If you will be using the SDK to show Gameball's push notifications and Track Referrals
- Add Firebase dependencies if they dont exist in your gradle Module
Last modified 22d ago