---
title: "Sample App - iOS"
slug: "sample-app-ios-review"
updated: 2026-04-13T20:46:13Z
published: 2026-04-13T20:46:13Z
canonical: "ignite.ticketmaster.com/sample-app-ios-review"
---

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

# Sample App - iOS

## iOS Tickets SDK Application Integration Demo

An example integration of the TicketmasterTickets framework (including all the examples you've seen so far) is available for download: [iOS Tickets Demo App](https://github.com/ticketmaster/iOS-TicketsDemoApp)

```plaintext
https://github.com/ticketmaster/iOS-TicketsDemoApp
```

To see Tickets SDK working alongside the rest of Ignite (Retail Purchase) download: [iOS Ignite Demo App](https://github.com/ticketmaster/iOS-TicketmasterDemoIntegration)

```plaintext
https://github.com/ticketmaster/iOS-TicketmasterDemoIntegration
```

In these demo apps you can see a full integration of everything covered in this guide:

- Authentication SDK + Tickets SDK setup.
- Login flow.
- Events and Tickets view presentation.
- Session expiration handling.
- Logout implementation.
- Analytics.
- Modules.

---

## Configuring Demo App

1. Open **TicketsSDKDemoIntegration.xcodeproj** in Xcode 26.2+
  1. This will also download the required .xcframeworks using Swift Package Manager
2. Update **Configuration.swift** with your own API key ▎ ***Note:*** *API key* available from [https://developer.ticketmaster.com/explore/](https://developer.ticketmaster.com/explore/)
3. Update **TicketsSDKDemoIntegration** target's *Signing & Capabilities* with your own Apple Developer certificate from [https://developer.apple.com/](https://developer.apple.com/)
4. Build and Run **TicketsSDKDemoIntegration** target.

---

## Demo App Screenshots

![](https://cdn.document360.io/995f0bfa-740b-4247-b341-fde1e5326a96/Images/Documentation/IMG_0272.PNG) ![](https://cdn.document360.io/995f0bfa-740b-4247-b341-fde1e5326a96/Images/Documentation/IMG_0273.PNG) ![](https://cdn.document360.io/995f0bfa-740b-4247-b341-fde1e5326a96/Images/Documentation/IMG_0275.PNG)
