mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-17 15:26:37 +08:00
升级 iOS SDK
This commit is contained in:
96
README.md
96
README.md
@ -62,20 +62,88 @@ tencent: identifier=tencent schemes=tencent${appId}
|
||||
```
|
||||
iOS 9系统策略更新,限制了http协议的访问,此外应用需要在“Info.plist”中将要使用的URL Schemes列为白名单,才可正常检查其他应用是否安装。
|
||||
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>wtloginmqq2</string>
|
||||
<string>mqqopensdkapiV3</string>
|
||||
<string>mqqwpa</string>
|
||||
<string>mqqopensdkapiV2</string>
|
||||
<string>mqqOpensdkSSoLogin</string>
|
||||
<string>mqq</string>
|
||||
</array>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>tim</string>
|
||||
<string>mqq</string>
|
||||
<string>mqqapi</string>
|
||||
<string>mqqbrowser</string>
|
||||
<string>mttbrowser</string>
|
||||
<string>mqqOpensdkSSoLogin</string>
|
||||
<string>mqqopensdkapiV2</string>
|
||||
<string>mqqopensdkapiV4</string>
|
||||
<string>mqzone</string>
|
||||
<string>mqzoneopensdk</string>
|
||||
<string>mqzoneopensdkapi</string>
|
||||
<string>mqzoneopensdkapi19</string>
|
||||
<string>mqzoneopensdkapiV2</string>
|
||||
<string>mqqapiwallet</string>
|
||||
<string>mqqopensdkfriend</string>
|
||||
<string>mqqopensdkavatar</string>
|
||||
<string>mqqopensdkminiapp</string>
|
||||
<string>mqqopensdkdataline</string>
|
||||
<string>mqqgamebindinggroup</string>
|
||||
<string>mqqopensdkgrouptribeshare</string>
|
||||
<string>tencentapi.qq.reqContent</string>
|
||||
<string>tencentapi.qzone.reqContent</string>
|
||||
<string>mqqthirdappgroup</string>
|
||||
<string>mqqopensdklaunchminiapp</string>
|
||||
<string>mqqopensdkproxylogin</string>
|
||||
<string>mqqopensdknopasteboard</string>
|
||||
</array>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionDomains</key>
|
||||
<dict>
|
||||
<key>gtimg.cn</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<false/>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>idqqimg.com</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<string>NO</string>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<string>YES</string>
|
||||
</dict>
|
||||
<key>qlogo.cn</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<false/>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>qplus.com</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<false/>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>qq.com</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<false/>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
```
|
||||
|
||||
```
|
||||
|
@ -35,12 +35,32 @@
|
||||
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>wtloginmqq2</string>
|
||||
<string>mqqopensdkapiV3</string>
|
||||
<string>mqqwpa</string>
|
||||
<string>mqqopensdkapiV2</string>
|
||||
<string>mqqOpensdkSSoLogin</string>
|
||||
<string>tim</string>
|
||||
<string>mqq</string>
|
||||
<string>mqqapi</string>
|
||||
<string>mqqbrowser</string>
|
||||
<string>mttbrowser</string>
|
||||
<string>mqqOpensdkSSoLogin</string>
|
||||
<string>mqqopensdkapiV2</string>
|
||||
<string>mqqopensdkapiV4</string>
|
||||
<string>mqzone</string>
|
||||
<string>mqzoneopensdk</string>
|
||||
<string>mqzoneopensdkapi</string>
|
||||
<string>mqzoneopensdkapi19</string>
|
||||
<string>mqzoneopensdkapiV2</string>
|
||||
<string>mqqapiwallet</string>
|
||||
<string>mqqopensdkfriend</string>
|
||||
<string>mqqopensdkavatar</string>
|
||||
<string>mqqopensdkminiapp</string>
|
||||
<string>mqqopensdkdataline</string>
|
||||
<string>mqqgamebindinggroup</string>
|
||||
<string>mqqopensdkgrouptribeshare</string>
|
||||
<string>tencentapi.qq.reqContent</string>
|
||||
<string>tencentapi.qzone.reqContent</string>
|
||||
<string>mqqthirdappgroup</string>
|
||||
<string>mqqopensdklaunchminiapp</string>
|
||||
<string>mqqopensdkproxylogin</string>
|
||||
<string>mqqopensdknopasteboard</string>
|
||||
</array>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
@ -48,6 +68,54 @@
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionDomains</key>
|
||||
<dict>
|
||||
<key>gtimg.cn</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<false/>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>idqqimg.com</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<string>NO</string>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<string>YES</string>
|
||||
</dict>
|
||||
<key>qlogo.cn</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<false/>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>qplus.com</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<false/>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>qq.com</key>
|
||||
<dict>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<false/>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>LaunchScreen</string>
|
||||
|
Reference in New Issue
Block a user