Getting Started
  • 25 Apr 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Getting Started

  • Dark
    Light

Article Summary

Android Project Setup

Tickets SDK Target & Dependencies

  • Min SDK: 26
  • Compile SDK: 33
  • Kotlin Version: 1.7.0
  • Gradle Build Tools: 7.3.1
implementation 'androidx.compose.material:material:1.4.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

// Authentication dependency
implementation 'com.ticketmaster.accounts:authentication:3.5.2'

Tickets SDK Download

implementation 'com.ticketmaster.tickets:tickets:3.5.2'
implementation 'com.ticketmaster.tickets:secure-entry:1.2.10'

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

Android API Documentation

iOS Project Setup

Tickets SDK Target & Dependencies

  • Development: Xcode 14.3+ (Swift 5.8+)
  • Deployment: iOS 14.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

API-Level Documentation

iOS API Documentation


Was this article helpful?