AVPlayer doesn't take into account ATS policies in info.plist file

Hi,


The problem is that I use AVPlayer, which loads video file via HTTPS connection to server with invalid certificate. It's self signed. So I added 'Allow arbitary loads' to YES in plist file.

Other requests to the same server works fine, but when I pass a link to AVURLAsset - it doesn't. Returns 'invalid certificate' error.


Do anyone know why it doesn't respect info.plist file?