---
title: "Tickets SDK Overview"
slug: "tickets-sdk-overview"
updated: 2026-04-13T20:51:41Z
published: 2026-04-13T20:51:41Z
canonical: "ignite.ticketmaster.com/tickets-sdk-overview"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://ignite.ticketmaster.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tickets SDK Overview

## What is the Tickets SDK?

The Tickets SDK gives your app a complete post-purchase ticketing experience — event listings, ticket management, secure entry barcodes and customizable content modules. Your fans can view, transfer and resell their tickets without leaving your app.

The SDK is available for **iOS**, **Android** and **React Native**.

[![iOS TicketmasterTickets latest version](https://img.shields.io/badge/dynamic/regex?url=https%3A%2F%2Fapi.github.com%2Frepos%2Fticketmaster%2FiOS-TicketmasterSDK%2Freleases%2Flatest&amp;search=TicketmasterTickets%3A%5Cs*(%5Cd%2B%5C.%5Cd%2B%5C.%5Cd%2B)&amp;label=iOS)](https://github.com/ticketmaster/iOS-TicketmasterSDK/releases/latest) ![Android TicketSDK Latest Version](https://img.shields.io/maven-central/v/com.ticketmaster.tickets/tickets?filter=!*RC*&amp;label=Android) ![React Native latest version](https://img.shields.io/github/v/release/ticketmaster/react-native-ticketmaster-ignite?label=React%20Native)

### SDK components

The Tickets SDK is a suite of three frameworks that work together:

| Component | Purpose |
| --- | --- |
| **Tickets SDK** | Event listings, ticket details, transfer, resale and module content |
| **Authentication SDK** | Fan sign-in across multiple Ticketmaster backends |
| **Secure Entry SDK** | SafeTix rotating barcodes, QR codes and wallet integration |

### Supported platforms

| Platform | Language | Minimum OS |
| --- | --- | --- |
| iOS | Swift 6.2.3+ | Xcode 26.2, iOS 17.0 |
| Android | Kotlin 1.9+ | API 28 (Android 9) |
| React Native | TypeScript | See platform minimums above |

## Get started

- [Getting Started — iOS](/v1/docs/getting-started-ios-1) — Set up the SDK in an Xcode project
- [Getting Started — Android](/v1/docs/getting-started-android-1) — Set up the SDK in an Android Studio project
- [React Native Getting Started](/v1/docs/quick-start) — Integrate with a React Native app

### Sample apps

Working demo apps that show a complete integration:

- [iOS Sample App](/v1/docs/sample-app-ios-review)
- [Android Sample App](/v1/docs/sample-app-android)
- [React Native Sample App](/v1/docs/sample-app-react-native)

## Integration examples

Step-by-step implementation for common tasks:

- [Configuration](/v1/docs/configuration-1) — API keys, regions and branding.
- [Authentication](/v1/docs/authentication-1) — Sign-in flows and multi-backend support.
- [Display Events and Orders](/v1/docs/display-events-and-orders-1) — Showing ticket data.
- Analytics
  - [Authentication State](/v1/docs/authentication-state) — Track user login state.
  - [Actions](/v1/docs/analytics-4) — Track user behavior within the SDK.
- [Modules](/v1/docs/modules-overview-2) — Custom UI modules for your app.

## Resources

- [iOS Release Notes](/v1/docs/release-notes-ios)
- [Android Release Notes](/v1/docs/release-notes-android)
- [FAQs](/v1/docs/faq)
