In flutter I’m utilizing https://pub.dev/packages/flutter_to_airplay/instance package deal to forged movies on apple television , it really works effective however once I change between apps it stops the video and casting . I’ve tried to unable the background mode in Xcode however nonetheless it pauses the video when another app is opened
In flutter I’m utilizing the code on this manner ,
AirPlayRoutePickerView(
tintColor: Colours.white,
activeTintColor: Colours.white,
backgroundColor: Colours.clear, )
What I would like to alter in order that the movies hold enjoying after we change between apps.
I’ve tried background modes and flutter pub dev two packages flutter_to_airplay and flutter_ios_airplay however for each movies and the casting stops once I change between apps ,
Might there’s some change in iOS configuration .