SeatGeekSDK Demo repository contains basic examples of how to integrate and use the SeatGeek iOS SDK in an iOS app, including both UIKit and SwiftUI examples.
For the SeatGeek SDK documentation, please refer to our developer documentation.
- iOS 17.5+
- XCode 16.2+
- Pull down the repository and open
SDKDemo.xcodeprojin Xcode. - The project contains two folders, each with its own
.plistfile. Make sure to fill in yourClientId,InstanceName, andRedirectURIin theSDKDemo/Info.plistandSDKDemo-UIKit/Info.plistfiles before running the project.
- Use the
SDKDemotarget to run the SwiftUI demo app. - Use the
SDKDemo-UIKittarget to run the UIKit demo app.
If you have any questions, please contact us via Slack for details.