An open API service indexing awesome lists of open source software.

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

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/).

![ios](https://img.shields.io/cocoapods/p/ios?color=lightgrey)

## 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.