Sample App - iOS

Prev Next

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

To see Tickets SDK working alongside the rest of Ignite (Retail Purchase) download: iOS Ignite Demo App

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/

  3. Update TicketsSDKDemoIntegration target's Signing & Capabilities with your own Apple Developer certificate from https://developer.apple.com/

  4. Build and Run TicketsSDKDemoIntegration target.


Demo App Screenshots