swift iOS URL Schemes Swift

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift iOS URL Schemes Swift相关的知识,希望对你有一定的参考价值。

// Make a phone call
UIApplication.shared.openURL(URL(string: "tel:12125551212")!)

// Open an url using default brower Safari
UIApplication.shared.openURL(URL(string: "http://www.arkilis.me")!)

// Send an email by calling Email app
UIApplication.shared.openURL(URL(string: "mailto:arkilis@gmail.com")!)

// Send a SMS
UIApplication.shared.openURL(URL(string: "sms:0400000000")!)

以上是关于swift iOS URL Schemes Swift的主要内容,如果未能解决你的问题,请参考以下文章

iOS应用间通信:URL Schemes

URL Schemes(转载)

iOS 常见第三方软件 URL Schemes

iOS9适配 之 关于info.plist 第三方登录 添加URL Schemes白名单

iOS9适配 之 关于info.plist 第三方登录 添加URL Schemes白名单

支付宝的universal link-支付宝iOS启动命令-URL Schemes一键打开支付宝-uniapp支付宝登录授权