0

Is there any way to share Ipad screen to another Ipad , like skype screen sharing ? I tried by capturing the screenshot per second and send the screenshot to anoher device using Alljoyn Framework. Its working but when application is in background it doesn't work because image capturing code not work in Background it will crash the application.

Is there any library or framework ? Please help .

ManiaChamp
  • 849
  • 7
  • 22
  • if application is in background, GUI won't be updating anyways? So why not just screen share while in foreground, then stop screen share when entering background? – MobileMon Sep 04 '14 at 19:17
  • Yes thats what I am doing but its the requirement? What to do ? – ManiaChamp Sep 04 '14 at 19:18
  • Then just display the last shown screen before pause. Or do you actually want to show the homescreen and all? – MobileMon Sep 04 '14 at 19:19
  • Yes , I need to show whatever user do on other Ipad , its for teacher to get his eye on student what he is doing in his Ipad. – ManiaChamp Sep 04 '14 at 19:21
  • No, not possible unless they are in the same room then just use airplay – MobileMon Sep 04 '14 at 19:23
  • Is there any Api for Airplay to share screen among the same WIFI Network ? – ManiaChamp Sep 04 '14 at 19:24
  • Hi ManiaChamp, Can you please share you screen sharing code. I want to work on that now... I did screen sharing using Team viewer and Skreen me, they from mobile to browser. I need to share my iOS to another iOS device.. It will be very helpful if you share it. – SriKanth Dec 18 '14 at 07:40

1 Answers1

1

No, there is not. iOS applications cannot view or control the display while in the background.