Skip to content

Commit b53673f

Browse files
committed
Update README.md
1 parent 8784dab commit b53673f

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Mirror for Cocoapods
55
官方下载地址:
66
[`https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419319164&lang=zh_CN`](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419319164&lang=zh_CN)
77

8-
----
9-
108
# 1.6
119

1210
**重要!**
@@ -16,20 +14,20 @@ SDK1.6
1614
1. iOS 9 系统策略更新,限制了 http 协议的访问,此外应用需要在 `Info.plist` 中将要使用的 URL Schemes 列为白名单,才可正常检查其他应用是否安装。
1715
受此影响,当你的应用在 iOS 9 中需要使用微信 SDK 的相关能力(分享、收藏、支付、登录等)时,需要在 `Info.plist` 里增加如下代码:
1816

19-
```xml
20-
<key>LSApplicationQueriesSchemes</key>
21-
<array>
22-
<string>weixin</string>
23-
</array>
24-
25-
<key>NSAppTransportSecurity</key>
26-
<dict>
27-
<key>NSAllowsArbitraryLoads</key>
28-
<true/>
29-
</dict>
30-
```
31-
32-
或者配置白名单域名 pingma.qq.com
17+
```xml
18+
<key>LSApplicationQueriesSchemes</key>
19+
<array>
20+
<string>weixin</string>
21+
</array>
22+
23+
<key>NSAppTransportSecurity</key>
24+
<dict>
25+
<key>NSAllowsArbitraryLoads</key>
26+
<true/>
27+
</dict>
28+
```
29+
30+
或者配置白名单域名 pingma.qq.com
3331

3432
2. 开发者需要在工程中链接上 `CoreTelephony.framework`
3533
3. 解决 bitcode 编译不过问题

0 commit comments

Comments
 (0)