开发者

Running subprocess in iOS?

开发者 https://www.devze.com 2023-02-05 22:32 出处:网络
Is it possible to launch a new sub-process in iOS? (f开发者_如何转开发rom regular application)

Is it possible to launch a new sub-process in iOS? (f开发者_如何转开发rom regular application) If possible, how to do that?


While it may be possible with jailbreak apps, the SDK does not allow that. You are only allowed your own application's process. It can operate in the background (for a limited amount of time) and/or have however many threads of its own as you say, but they all have to belong to that one process.

0

精彩评论

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