Post

Replies

Boosts

Views

Activity

Reply to Shareplay for custom video controls playback
For what it's worth, I am able to get SharePlay to work with a AVPlayer based system (custom controls). The logic is that after we receive the activity, we create our player and during the process of configuring the player, if there is a group session we attach it to the playbackCoordinator. Hope that helps.     if #available(iOS 15, *) {       if let session = CoordinationManager.shared.groupSession {         player.playbackCoordinator.coordinateWithSession(session)       }     }
Topic: App & System Services SubTopic: General Tags:
Aug ’21
Reply to AppleTV Universal Search
I think this is what you're referring to: https://developer.apple.com/programs/video-partner/resources/
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 11.3 - Archive succeeds but does not appear anywhere
For me I had to delete ~/Library/Preferences/com.apple.dt.Xcode.plist and it started working. Alternatively, check Preferences -> Locations -> Derived Data and Archives and see if a non-valid path is supplied, upon further inspection I think that was my issue (migrated my Xcode preferences from a different computer).
Replies
Boosts
Views
Activity
Sep ’21
Reply to Shareplay for custom video controls playback
For what it's worth, I am able to get SharePlay to work with a AVPlayer based system (custom controls). The logic is that after we receive the activity, we create our player and during the process of configuring the player, if there is a group session we attach it to the playbackCoordinator. Hope that helps.     if #available(iOS 15, *) {       if let session = CoordinationManager.shared.groupSession {         player.playbackCoordinator.coordinateWithSession(session)       }     }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21