I am creating an audio app which uses iPod Music Player, I need Airplay functionality.
I also used RoutePlayButton in MPVolumeView
slider. I don't have apple TV to test if it will work or not.
MPVolumeView *myVolumeView;
[myVolumeView setShowsRouteButton:YES];
1.) How can we add Airplay functionality to MPMusicPlayerController?
2.) How can we test the Airplay feature from the app, on which devices?
Please help. Thanks.