Getting Started
Install the Gameball Android SDK into your app
Gameball's Android SDK enables you to use the show Gameball customer profile in your app, track app customer events, integrate referrals and display Gameball's in-app push notifications.
Setting up Gameball SDK
Follow the below steps to start installing Gameball's Android SDK to your app.
Add JitPack repository to your project's build.gradle (or settings.gradle if you're on newer versions) file.
Add the following dependency to the application's build.gradle file to import Gameball's SDK into your project.
To install Firebase Google Play Services dependencies
Gameball SDK uses Firebase Dynamic Links to track referrals and Firebase Messaging for sending push notifications, you'll need to add the following dependencies.
You also need to add google-services plugin to your application.
App's build.gradle file:
Project's build.gradle file:
Last updated