You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
InKwon James Kim 21656e0140 add channeIO 5 years ago
..
ChannelIO add channeIO 5 years ago
LICENSE add channeIO 5 years ago
README.md add channeIO 5 years ago

README.md

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)