Hi folks,
I'm developing a live video player and I want to use the new Picture in Picture option. I based the player on an AVPlayerViewController, and set the property allowsPictureInPicturePlayback to true.
The weird thing is that it works perfectly on the iPad Air 2 simulator, but in the real device the PiP button stays disabled although visible, and the user can't click on it. I though it was for the iOS 9 beta version, so I upgraded today to the latest GM seed pre-release (build 13A340) and the problem is still there.
Any ideas?
Thank you in advance.