Two standalone apps showing the FastPix THEOplayer SDK (THEOplayerWrapper)
attached to a THEOplayer, one per UI paradigm:
UIKit/— THEOplayer in aUIViewController(iOS 15+)SwiftUI/— THEOplayer in aUIViewRepresentable(iOS 16+)
Each folder is self-contained — open its .xcodeproj, press ▶ Run, then
watch views on dashboard.fastpix.com. Both
reference the SDK as a local Swift package (../..), so they build against this
checkout.
THEOplayer will not play until it's given a license bound to your app's bundle
identifier. Create one at portal.theoplayer.com
(SDKs → iOS) for the bundle id you build with, then paste it into each project's
Config.swift (theoLicense). Until then the app runs and shows a red
"Add your THEOplayer license to play" badge — analytics still initialize, but
there's no playback to measure. See each project's README for details.