https://github.com/seatgeek/seatgeek-ios-sdk-demo
SeatGeek iOS SDK Demo Apps
https://github.com/seatgeek/seatgeek-ios-sdk-demo
Last synced: about 2 months ago
JSON representation
SeatGeek iOS SDK Demo Apps
- Host: GitHub
- URL: https://github.com/seatgeek/seatgeek-ios-sdk-demo
- Owner: seatgeek
- License: mit
- Created: 2024-10-14T15:33:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T13:38:58.000Z (3 months ago)
- Last Synced: 2025-03-07T14:30:30.068Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SeatGeekSDK Demo
SeatGeekSDK Demo repository contains basic examples of how to integrate and use the [SeatGeek iOS SDK](https://github.com/seatgeek/seatgeek-ios-sdk) in an iOS app, including both UIKit and SwiftUI examples.
For the SeatGeek SDK documentation, please refer to our [developer documentation](https://developer.seatgeek.com/).

## Requirements
- iOS 17.5+
- XCode 16.2+## Installation & Usage
1. Pull down the repository and open `SDKDemo.xcodeproj` in Xcode.
2. The project contains two folders, each with its own `.plist` file. Make sure to fill in your `ClientId`, `InstanceName`, and `RedirectURI` in the `SDKDemo/Info.plist` and `SDKDemo-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.## Communication
If you have any questions, please contact us via Slack for details.