美文网首页
iOS打开另一个应用

iOS打开另一个应用

作者: yezi1989 | 来源:发表于2018-05-23 10:16 被阅读8次

    1.被打开应用设置scheme

    2.需要打开的应用设置plist文件

    需要在app的info.plist里面将scheme设置为白名单。

     3.需要的应用

        [[UIApplication sharedApplication]openURL:[NSURL URLWithString:scheme://]];

    注:以上的scheme为自己设置的内容

    相关文章

      网友评论

          本文标题:iOS打开另一个应用

          本文链接:https://www.haomeiwen.com/subject/mjoljftx.html