GithubHelp home page GithubHelp logo

wechatsdk's Introduction

#WeChatSDK

###微信官方客户端,和微信官方同步。

#####最新为1.6.2版: https://open.weixin.qq.com/


###如何使用? pod 'WeChatSDK', :git => 'https://github.com/Guicai-Li/WeChatSDK.git'


###历史

SDK1.6.2

1、xCode7.1 构建的sdk包

2、请使用xCode7.1进行编译


SDK1.6.1

1、修复armv7s下,bitcode可能编译不过

2、解决warning


SDK1.6

1、iOS 9系统策略更新,限制了http协议的访问,此外应用需要在“Info.plist”中将要使用的URL Schemes列为白名单,才可正常检查其他应用是否安装。

受此影响,当你的应用在iOS 9中需要使用微信SDK的相关能力(分享、收藏、支付、登录等)时,需要在“Info.plist”里增加如下代码:

LSApplicationQueriesSchemes weixin

NSAppTransportSecurity NSAllowsArbitraryLoads

或者配置白名单域名pingma.qq.com

2、开发者需要在工程中链接上 CoreTelephony.framework

3、解决bitcode编译不过问题


SDK1.5

1、废弃safeSendReq:接口,使用sendReq:即可。

2、新增+(BOOL) sendAuthReq:(SendAuthReq*) req viewController : (UIViewController*) viewController delegate:(id) delegate; 支持未安装微信情况下Auth,具体见WXApi.h接口描述

3、微信开放平台新增了微信模块用户统计功能,便于开发者统计微信功能模块的用户使用和活跃情况。开发者需要在工程中链接上:SystemConfiguration.framework,libz.dylib,libsqlite3.0.dylib。

wechatsdk's People

Contributors

guicai-li avatar

Watchers

 avatar  avatar

wechatsdk's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.