开发者

Is there any way to stream the screen of a iOS device remotely?

开发者 https://www.devze.com 2023-04-11 08:44 出处:网络
Person A is running Application XYZ on an 开发者_运维技巧iPod Touch with a internet connected wifi network. The network is set up with port forwarding/static ip so that there is a single IP for the iP

Person A is running Application XYZ on an 开发者_运维技巧iPod Touch with a internet connected wifi network. The network is set up with port forwarding/static ip so that there is a single IP for the iPod on the network.

Person B is connected to the internet and knows the IP/port info for Person A's iPod Touch.

Is there any way person B can view or control the screen of the iPod Device? Is there any way to "hack" this into an application, whether it would pass the app store review or not?


As Ron have said, you only can do this in the boundaries of your application. I use this technique to demo my work on our daily meetings. You can find a Gist of my solution here: https://gist.github.com/1608099

Cheers


It is definitely possible to stream and/or control remotely. But note this, it is only possible to stream and control within the boundaries of your app. and you cannot do anything remotely your app cannot do.

If you jailbreak your phone you can of course write fully remote control app and control your phone from where ever you'd like to.

Hope i helped

0

精彩评论

暂无评论...
验证码 换一张
取 消