Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The default Photos app in iPhone supports AirPlay for both Photos and Videos. But, Apple has given API for setting allowsAirPlay only in MPMoviePlayerController i.e only for videos. If I support it only for Videos user will complain for not supporting it for photos. How do I support AirPlay for both Photos and Videos in my app? Is there any method/interface/framework available that supports AirPlay and I have to just call it when the user clicks on my custom button?

Thanks and Regards, Deepa

share|improve this question
You'd probably have to convert it to mp4 first (which can get pretty messy). That's the only way I know. I would personally want to know hat libraries I can use to do that too! – nolim1t Apr 3 '11 at 23:16

1 Answer

up vote 1 down vote accepted

Sorry, iPhone SDK 4.3 provides no API for sending photos via AirPlay.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.