Search code examples
iostvosairplaytvos10

Since tvOS 10.2 the Apple TV displays a Airplay connection requires iOS 7.1 or later error


I have an Android app that can use AirPlay to play videos. Since my Apple TV 4 updated to tvOS 10.2 it has stopped working. I tried several other apps on Android and they all get the same error.

Does anyone know how to get around this issue?

Thanks.


Solution

  • Found a solution, basically you must force it to request a pin and do some other stuff. This sample explains it well https://github.com/funtax/AirPlayAuth

    Disclaimer: not my code.