开发者

Run the existing iPhone app in background from JSP page inside an UIWebView

开发者 https://www.devze.com 2023-04-12 08:48 出处:网络
I have a bu开发者_运维技巧tton in JSP page inside an UIWebView by pressing the button i want to run another

I have a bu开发者_运维技巧tton in JSP page inside an UIWebView by pressing the button i want to run another existing iPhone native application in background only.Do anyone have a solution for this.


You can't start any apps programatically. The only exception is if the desired app supports URL schemes. (see docs)
But it is not possible to launch it in background only.

0

精彩评论

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