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.

46 lines
2.2 KiB

5 years ago
  1. # [Channel io](https://www.channel.io) - Talk with your online customers and increase conversions.
  2. [Channel](https://www.channel.io) 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.
  3. [![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://cocoapods.org/pods/CHPlugin)
  4. [![Languages](https://img.shields.io/badge/language-Objective--C%20%7C%20Swift-orange.svg)](https://github.com/zoyi/channel-plugin-ios)
  5. [![CocoaPods](https://img.shields.io/cocoapods/v/ChannelIO.svg)](https://cocoapods.org/pods/CHPlugin)
  6. [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
  7. [![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/zoyi/channel-plugin-ios/blob/master/LICENSE)
  8. ## Prerequisite
  9. * iOS 9.1 or above
  10. ## Documentation
  11. https://developers.channel.io/docs
  12. ## Install Channel plugin Framework from CocoaPods(iOS 9.1+)
  13. Add below into your Podfile on Xcode.
  14. ```
  15. target YOUR_PROJECT_TARGET do
  16. pod 'ChannelIO'
  17. end
  18. ```
  19. Install Channel plugin Framework through CocoaPods.
  20. ```
  21. pod repo update
  22. pod install
  23. ```
  24. Now you can see Channel plugin framework by inspecting YOUR_PROJECT.xcworkspace.
  25. ## Install Channel plugin Framework from Carthage(iOS 9.1+)
  26. 1. Add `github "zoyi/channel-plugin-ios"` to your `Cartfile`.
  27. 2. Run `carthage update --platform iOS --no-use-binaries`.
  28. 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`.
  29. 4. Remove `RxTest` and `RxBlocking` frameworks
  30. 5. Add Build phase in order to use carthage framework (see carthage instruction)