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.0+
- Pull down the repository and open
SDKDemo.xcodeproj
in Xcode. - The project contains two folders, each with its own
.plist
file. Make sure to fill in yourClientId
,InstanceName
, andRedirectURI
in theSDKDemo/Info.plist
andSDKDemo-UIKit/Info.plist
files before running the project.
- Use the
SDKDemo
target to run the SwiftUI demo app. - Use the
SDKDemo-UIKit
target to run the UIKit demo app.
If you have any questions, please contact us via Slack for details.