Does anyone know what are supposed to be used do disable AirPlay video playback on iOS 6.0?
I tested in iOS 6.0 and 5.1 and still working.
At this moment i'm using allowsAirPlayVideo = NO, but on iOS 6 it's Deprecated according the Apple Documentation:
Deprecated AVPlayer Methods
Thanks.
Not the only thing missing from the online documentation! There are three deprecated AVPlayer methods in iOS 6:
airPlayVideoActive
allowsAirPlayVideo
usesAirPlayVideoWhileAirPlayScreenIsActive
It seems they have been replaced with:
externalPlaybackActive
allowsExternalPlayback
usesExternalPlaybackWhileExternalScreenIsActive
Information gleaned from this set of diffs. (Hello Apple? You could do better than that!)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With