Skip to content

teambition/WeChatSDK

Repository files navigation

WeChatSDK

Swift version of WeChat SDK.

SDK Version

1.8.6.1

How To Get Started

Carthage

Specify "WeChatSDK" in your Cartfile:

github "teambition/WeChatSDK"

Usage

See WeChatSDK Integration Guide

For iOS 9.0+

Add code to "Info.plist" in your project as follows:

<key>LSApplicationQueriesSchemes</key>
<array>
<string>weixin</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>

Minimum Requirement

iOS 8.0

Release Notes

License

WeChatSDK is released under the MIT license. See LICENSE for details.

More Info

Have a question? Please open an issue!