Can I enable my application for AirPlay?

If I create my own iOS app (Xcode / Objective-C), can I make it available for AirPlay and the radiation content of my choice for Apple TV?

What API / function calls am I looking for?

0
source share
1 answer

The idea behind AirPlay support is to play video content from your application.

If you are a registered iOS developer, you can find documentation and examples in the beta section of iOS 4 after logging in. Since this is still beta for version 4.3, the documentation is under confidential agreement.

It is quite easy and simple. You must start the search MPMoviePlayerController.

+6
source

All Articles