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.properties
file add your maven credentials to access the SDK repository.sdkMavenUsername=<mavenUsername> sdkMavenPassword=<mavenPassword>
- Make sure to fill in your
ClientId
,InstanceName
, andRedirectURI
in theApplication.kt
andAndroidManifest.xml
files before running the project. - Use the
app
configuration 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.