ChannelIO 7.2.9

ChannelIO 7.2.9

Maintained by Woo, Eng.



 
Depends on:
Reusable~> 4.1
SnapKit~> 5.0
SwiftyJSON~> 5.0
ReSwift~> 5.0
RxSwift~> 5.1
RxCocoa~> 5.1
ObjectMapper~> 4.2
NVActivityIndicatorView~> 4.7
CHDwifft>= 0
Alamofire~> 5.2
Socket.IO-Client-Swift~> 15.0.0
MGSwipeTableCell>= 0
JGProgressHUD>= 0
PhoneNumberKit~> 3.1
SDWebImage~> 5.8
SDWebImageWebPCoder>= 0
RxSwiftExt~> 5.2
TLPhotoPicker>= 0
 

ChannelIO 7.2.9

  • By
  • ZOYI

This repo was deprecated.

Please install new version of ChannelIO(>=8.0.0). show this Link

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.1 or above

Documentation

https://developers.channel.io/docs

Install Channel plugin Framework from CocoaPods(iOS 9.1+)

Add below into your Podfile on Xcode.

target YOUR_PROJECT_TARGET do
  pod 'ChannelIO'
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+)

  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/Build/iOS in Finder and drag ChannelIO.framework to the "Linked Frameworks and Libraries" section in Xcode along with other dependencies. Make sure Copy items if needed is selected and click Finish.
  4. Remove RxTest and RxBlocking frameworks
  5. Add Build phase in order to use carthage framework (see carthage instruction)