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.
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.