Posts

Post marked as solved
7 Replies
3.6k Views
I have looked a bit in the iOS 9.3 API Diffs, as well as searching the developer website and these forums, and did not see any references.Is there an API determine if Night Shift is active?
Posted Last updated
.
Post not yet marked as solved
0 Replies
442 Views
While working on an app that uses a custom player based on AVFoundation, ie not based on AVPlayerViewController, I was unable to get picture-in-picture to start while the app was in the background with Group Activities. It turns out we were initiating and configuring our AVPictureInPictureController after coordinating our GroupSession with the players AVPlayerPlaybackCoordinator. Once we setup the picture-in-picture controller first, then coordinated the group session, background picture-in-picture started working. Hope this helps others in the same situation.
Posted Last updated
.
Post not yet marked as solved
1 Replies
747 Views
I'm curious to know what AVAsset usse to determine the return value of compatibleWithAirPlayVideo - https://developer.apple.com/documentation/avfoundation/avasset/1390333-compatiblewithairplayvideo?language=objc. I was unable to locate anything in the documentation and an internet search doesn't return up any answers either. There are certain instances where I would like an AVURLAsset to return false from this function, and I'd like to know if there is a key that can be added to the m3u8 manifest to achieve this.
Posted Last updated
.