- Print
- DarkLight
Android Project Setup
Tickets SDK Target & Dependencies
Add the following repository into your project build.gradle
file
maven { url 'https://jitpack.io' }
Tickets SDK uses certain dependencies that have been shown to cause transitive dependency issues in the past if the integrating app is using a different version of the same dependency. Our policy is to stay updated on these dependencies to avoid downgrades being required in your codebase. If you use the same dependencies but different versions, you may or may not encounter compile-time or runtime issues. We recommend matching the versions specified in the Android Changelog entry that you plan to integrate.
Tickets SDK Download
implementation("com.ticketmaster.tickets:tickets:x.x.x")
Learn Tickets SDK
The easiest way to learn how to use the Tickets SDK to download and run our Android Tickets Sample App
API-Level Documentation
iOS Project Setup
Tickets SDK Target & Dependencies
- Development: Swift 5.9+ (Xcode 15.0.1+ or Xcode 16.0+)
- Deployment: iOS 15.0+
Tickets SDK Download
Import target frameworks using Xcode Swift Package Manager:
https://github.com/ticketmaster/iOS-TicketmasterSDK
For more details, see Swift Package Manager
Learn Tickets SDK
The easiest way to learn how to use the Tickets SDK to download and run:
iOS Retail & Tickets Sample App
or
iOS Tickets Sample App