Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Screen sharing SDK for iOS [closed]

Tags:

ios

video

Is there any sdk that helps to share the iPad/iPhone app screen to other users via any server or whatever. I am trying to implement such a thing, I could not find anything helpful so thought of taking screen shots of the app and sending to a server and create a video file over there, is it feasible?.

like image 215
Satheesh Avatar asked Jan 10 '13 10:01

Satheesh


People also ask

Why is iOS screen share not working?

Try these steps firstMake sure that your AirPlay-compatible devices are turned on and near each other. Check that the devices are updated to the latest software and are on the same Wi-Fi network. Restart the devices that you want to use with AirPlay or screen mirroring.

Is Screenshare available on iOS 15?

Apple has included a screen-sharing functionality for SharePlay in iOS 15.1. FaceTime lets you share movies, music, and apps with one or more people at once.

Does iOS support screen sharing?

Configure the iOS Device for Screen Sharing Scroll down to the More Controls section and tap + by the Screen Recording option. Screen Recording will then appear under the Include section. At this point, the iOS device can begin broadcasting its screen to other applications.


2 Answers

You require two things: i) Screen sharing from iOS ii) screen -recording at machine where the iOS device screen is shared.

I am not sure about api but a few apps are available for screen sharing like "Airserver "

and "Reflector" I personally find airserver better than reflector.

like image 72
Aditya Avatar answered Sep 28 '22 07:09

Aditya


I could easily see Apple rejecting that app if you plan on implementing that feature in the released version. However Soasta Touch Test may be a good debugging and testing solution. Soasta has a pretty sophisticated set of tools for debugging in the cloud.

like image 44
mosca1337 Avatar answered Sep 28 '22 09:09

mosca1337