# ShareSDK-iOS **Repository Path**: jcccn/ShareSDK-iOS ## Basic Information - **Project Name**: ShareSDK-iOS - **Description**: ShareSDK的iOS版本 - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-08-02 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ShareSDK-iOS ============ ShareSDK iOS 版本 为了减小仓库大小,每次都只保留最新版本。 如果要使用历史版本,请访问 [https://github.com/jcccn/ShareSDK-iOS](https://github.com/jcccn/ShareSDK-iOS) ------ * 依赖的框架: SystemConfiguration.framework QuartzCore.framework CoreTelephony.framework Security.framework MessageUI.framework libicucore.dylib libz.1.2.5.dylib libstdc++.dylib libsqlite3.dylib * Google+需要的框架: CoreMotion.framework CoreLocation.framework MediaPlayer.framework CoreText.framework AssetsLibrary.framework AddressBook.framework * 设置URL Scheme * plist文件中,添加URL types(Array) → Item0(Dictionary) → URL Schemes(Array) → itemxxx(String),itemxxxx为需要设置的URL Scheme * 微信:微信的AppID(如:wx4868b35061f87885) * QQ:添加一项用于QQ客户端回调的URL Scheme,其格式为:"QQ” + AppId的16进制(如果appId转换的16进制数不够8位则在前面补0,如转换的是:5FB8B52,则最终填入为:QQ05FB8B52 注意:转换后的字母要大写)。进制转换工具[http://tool.oschina.net/hexconvert](http://tool.oschina.net/hexconvert) * QQ空间:tencent+AppID(你在QQ空间中申请的AppId),如:tencent100371282 * 腾讯微博:wb+AppKey(你在腾讯微博中申请的AppKey),如:wb801307650 * 新浪微博:wb+AppKey(你在新浪微博中申请的AppKey),如:wb2279784657