CHPlugin 2.6.2

CHPlugin 2.6.2

TestsTested
LangLanguage SwiftSwift
License Unknown
ReleasedLast Release Mar 2018
SPMSupports SPM

Maintained by Woo, Eng.



 
Depends on:
Reusable>= 0
SnapKit>= 0
ManualLayout>= 0
UIColor_Hex_Swift>= 0
SwiftyJSON>= 0
Then>= 0
ReSwift>= 0
RxSwift~> 4.0
RxCocoa~> 4.0
ObjectMapper>= 0
NVActivityIndicatorView>= 0
CHDwifft>= 0
DKImagePickerController>= 0
Alamofire>= 0
CGFloatLiteral>= 0
Socket.IO-Client-Swift~> 12.0.0
CHSlackTextViewController>= 0
MGSwipeTableCell>= 0
M13ProgressSuite>= 0
CHPhotoBrowser>= 0
SVProgressHUD>= 0
CRToast>= 0
PhoneNumberKit>= 0
StarscreamSocketIO~> 8.0.3
CHNavBar>= 0
 

CHPlugin 2.6.2

  • By
  • ZOYI

Channel io - Talk with your online customers and increase conversions.

Channel is a conversational customer relationship management solution (CRM) for web businesses. Designed to capture potential customers before they leave your site and increase conversions, the web-based SaaS lets you see who’s on your site, what they’re looking at, how long/frequent they’re visiting and finally, drop in and give a little “hello” to online customers in real time.

Platform Languages CocoaPods Carthage compatible Commercial License

Prerequisite

  • iOS 9 or above

Documentation

https://developers.channel.io/docs

Install Channel plugin Framework from CocoaPods(iOS 9+)

Add below into your Podfile on Xcode.

target YOUR_PROJECT_TARGET do
  pod 'CHPlugin'
end

Install Channel plugin Framework through CocoaPods.

pod repo update
pod install

Now you can see Channel plugin framework by inspecting YOUR_PROJECT.xcworkspace.

Install Channel plugin Framework from Carthage(iOS 9+)

  1. Add github "zoyi/channel-plugin-ios" to your Cartfile.
  2. Run carthage update --platform iOS --no-use-binaries.
  3. Go to your Xcode project's "General" settings. Open <YOUR_XCODE_PROJECT_DIRECTORY>/Carthage/Checkouts/channel-plugin-ios in Finder and drag CHPlugin.framework to the "Embedded Binaries" section in Xcode along with other dependencies. Make sure Copy items if needed is selected and click Finish.