The documentation can be found at the wiki.
The recommended way to integrate Kamcord is CocoaPods. This makes the process pretty easy, and enables automatic updating as well.
- Add
pod 'Kamcord'
to yourPodfile
- Execute
pod install
to download the framework and integrate it with your project. - Ensure you have added the framework dependencies as well.
This repository contains a build of Kamcord for integrating into cocos2d/cocosd-x and native iOS game engines. The current version is 2.0.0. If you are updating from an older version, please visit the Change Log.
If you'd like to enable WeChat support in Kamcord, please add WeChat/libWeChatSDK.a
as a link target of your application and add -ObjC
as a linker flag in Build Settings => Other Linker Flags
.
If you are looking for the Kamcord Unity Plugin, please visit this repository: https://github.com/kamcord/Unity-Kamcord.