Skip to content

Commit ef88c2d

Browse files
Update README.md - add demo app info (#21)
1 parent 75ea634 commit ef88c2d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SeatGeekSDK
22

3-
4-
For the SeatGeek SDK documentation, please refer to our [partner documentation](https://partners.seatgeek.com)
53
SeatGeek SDK allows client integrators to bring ticketing experience into their iOS apps.
64

5+
- For the SeatGeek SDK documentation, please refer to our [developer documentation](https://developer.seatgeek.com).
6+
- For the SeatGeek SDK demo apps, please refer to [seatgeek-ios-sdk-demo](https://github.com/seatgeek/seatgeek-ios-sdk-demo) repository.
77

88
![ios](https://img.shields.io/cocoapods/p/ios?color=lightgrey)
99
![SPM](https://img.shields.io/badge/SPM-Compatible-brightgreen)
@@ -40,7 +40,7 @@ SeatGeek SDK allows client integrators to bring ticketing experience into their
4040
To integrate SeatGeekSDK into your Xcode project using Swift Package Manager, add it to the dependencies value of your `Package.swift`:
4141

4242
dependencies: [
43-
.package(url: "https://github.com/seatgeek/seatgeek-ios-sdk", branch: "main")
43+
.package(url: "https://github.com/seatgeek/seatgeek-ios-sdk", from: "4.7.0")
4444
]
4545

4646
SeatGeekSDK uses external dependencies. Here you can find a list of them along with versions.
@@ -57,4 +57,5 @@ Next, you need to add SeatGeek authorisation credentials. Please reach out to yo
5757
You will find a step-by-step plan on how to configure auth files in our documentation.
5858

5959
## Usage
60-
To get started with SeatGeekSDK please follow [this link](https://partners.seatgeek.com/mobile-sdk/iOS#getting-started-with-ios) to our official documentation.
60+
- To get started with SeatGeekSDK please follow [this link](https://developer.seatgeek.com/docs/20afca50-1a5e-47f6-b80a-12fc5bc699b4/us-native-mobile-sdk) to our official documentation.
61+
- Use our [demo repository](https://github.com/seatgeek/seatgeek-ios-sdk-demo) to see some basic examples of how to integrate the SDK into your app.

0 commit comments

Comments
 (0)