I was looking how to share the screen iOS device to iOS device, Is it possible doing screen sharing in iOS. I did lots of googling. I didn't get anything clear about that. I have been googling that I will get chrome casting like that apps only for refer.Thanks in advance.
ios device to ios device Screen sharing is Possible
Is it possible doing screen sharing in iOS.
That depends on the context of your question:
If you’re asking about user-level options, we’ve announced that as a feature of iOS 9.3. See the discussion of Screen View on the this page.
If you’re asking about doing this in code, you have to split it up by client and server:
It’s obviously possible to implement a screen sharing client; there are lots of them on the App Store.
There’s no supported way for a third party to implement a screen sharing server.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"
Thanks for your reply,I need screen sharing from ios device to ios device.
Its like team viewer desktop to desktop sharing , Like that ios device to ios device i need to share the screen is possible.
But you given link share the apps for some educational purpose. Thanks in advance 🙂 .
Hi Bala,
Do you want share screen from one device to another right (for example ipod to macbook pro). If it is yes then check the below solution.
Before doing the below things please connect your ipod to macbook through cable.
1. Search and select Quicktime player from spotlight in macbook.
2. Go to file -> Select New Movie Recording
3. There you will find a down arrow next to record button on the screen, click that, it will show your iPod name.
4. Select your ipod. Now what ever you do in your iPod it will be shown in Mac Book.
Hi Mohan,
Thanks for your reply,I need iphone to iphone sharing Example(i have iphone 6 and my friend have iphone 6 .i need to share my iphone 6 screen to my friend iphone6 using my app it is possible).It is possible,Apple will accept in the app store.Thanks in advance.
Hi Bala,
Thanks for your question,
I got the same question on how to screen share between two device like what happens in teamviewer. Please advise if you found any solution so far.
I am also looking for a solution to this. Zoom app has been able to use the screen recording feature for implementing such a functionality. But I would like to know if I can implement it by myself. As for the Zoom SDK, check this link: https://github.com/zoom/zoom-sdk-ios
I also have this requirement and have trialled Zoom and LogMeIn-Rescue. Neither are ideal. Whilst I can use Zoom and LogMeIn-Rescue between my own devices, my clients cannot.
In other words, I can carefully read the steps and perform them, making a connection; however, my clients never can. We spend up to 30 minutes on the telephone, explaining Download Zoom > Join Meeting > Tap Screen > Green Share Button > Share Screen > Settings > Control Centre > Customise Controls > Screen Recording > Tap Home Button > Swipe up from bottom > Find Screen Recording Button > Press an Hold Screen Recording Button > Select Service (i.e. Zoom or LogMeIn-Rescue) > Start Broadcast.
No client has successfully performed the fifteen steps.
Any guidance on a more effortless solution to service users would be appreciated.