LSApplicationQueriesSchemes的URL定义

时间:2015-09-19 18:16:50

标签: ios9 xcode7

在iOS9之前,我有以下代码块来打开邮件应用程序没有问题。

    let ss = "device information"
    let s = "mailto:feedback@stackoverflow.com?subject=Feedback%20for%20Example%20App&body=\(ss)"
    let url = NSURL(string : s)
    UIApplication.sharedApplication().openURL(url!)

现在我收到此错误:LaunchServices:错误:URL方案mailto没有注册处理程序。

应该在info.plist / LSApplicationQueriesSchemesto中插入什么才能使这个工作?

0 个答案:

没有答案