Skip to content

wevat/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!

About

Swift version of WeChat SDK.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 72.4%
  • Swift 25.8%
  • Ruby 1.8%