Add SwiftUI player example app - #4
Open
rohit-fastpix wants to merge 1 commit into
Open
Conversation
rohit-fastpix
requested review from
FastPix-dev,
ashutoshkhainar33-star and
nehadereddy
August 25, 2026 13:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FastPix iOS Player SDK - SwiftUI Example App PR
Changes
What Changed
Files Modified
Examples/SwiftUI/(example app + README), root.gitignoreSummary
Brief description of changes:
Adds a minimal, self-contained SwiftUI example app under
Examples/SwiftUI/,so the repo demonstrates the FastPix iOS Player without depending on an external
demo project. The app references
FastPixPlayerSDKvia a local packagereference (
../..), owns theAVPlayerViewControllerin anObservableObject(surviving SwiftUI re-renders), attaches the FastPix Data SDK via
enableAnalytics(...)beforeprepare(...), and tears down on.onDisappear.The workspace key is a placeholder; the playback ID defaults to a public demo
asset so it runs unchanged. Also adds a root
.gitignorefor Swift/Xcodebuild artifacts.
Code Examples
Testing
Review Checklist
Ready for review!