This repository contains basic example of how to integrate and use the SeatGeek SDK in an Android app. For the documentation, please refer to our developer documentation.
- Pull down the repository and open the project in Android Studio.
- In the
local.propertiesfile add your maven credentials to access the SDK repository.sdkMavenUsername=<mavenUsername> sdkMavenPassword=<mavenPassword> - Make sure to fill in your
ClientId,InstanceName, andRedirectURIin theApplication.ktandAndroidManifest.xmlfiles before running the project. - Use the
appconfiguration to run the sample app. - You can log in using some of your test accounts.
If you have any questions, please contact us via Slack for details.