标签:
1.为了适配 iOS9.0 中的 App Transport Security(ATS)对 http 的限制,这里需要对 支付宝的请求地址 alipay.com 做例外,在 app 对应的 info.list 中添加如下配置 (文中以 XML 格式描述)。
2.同时需要在Plist中设置支付宝为白名单 ,最后两项(item5和item6)
iOS 9以上系统调用不了支付宝客户端只能调用网页解决方法
原文地址:http://www.cnblogs.com/codemakerhj/p/5635440.html