2

I have come across this link http://nto.github.com/AirPlay.html while searching for ways to implement Airplay. I dont have an apple tv so I was testing using Airserver. I could achieve the image sharing via the unofficial protocol. My question is that if I put up an application like this to iTunes, will it be accepted?

Nareshkumar
  • 2,331
  • 2
  • 20
  • 30

2 Answers2

1

recently, lots of airplay hack apps have been removed from the AppStore:

https://www.google.es/search?sourceid=chrome&ie=UTF-8&q=airplay+removed+appstore

javieralog
  • 1,337
  • 9
  • 10
  • So if I use the private protocol, it gets rejected. If I use MPVolumeView, it doesnt show the mirroring option. How do I program it to show application content? I think I will have to rely on the system provided button for the device. – Nareshkumar Jul 03 '12 at 11:18
  • So that means I cannot get the mirroring button in the application and put up mirroring? – Nareshkumar Jul 03 '12 at 11:19
  • MPVolumeView is only to change the audio route. You cannot activate airplay mirroring by code: the user has to do it by himself. Once airplay mirroring is on, your app can access the second UIScreen object to add its own content – javieralog Jul 03 '12 at 11:24
0

IF it's an open-source project then should be fine, otherwise Apple doesn't allow private protocol - frameworks.

Phillip
  • 4,276
  • 7
  • 42
  • 74