# bytedesk-oc **Repository Path**: 270580156/bytedesk-oc ## Basic Information - **Project Name**: bytedesk-oc - **Description**: 萝卜丝客服Objective-C SDK - **Primary Language**: Objective-C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-19 - **Last Updated**: 2023-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 萝卜丝智能客服 - OC版客服SDK [Swift版](https://gitee.com/270580156/bytedesk-swift) - [官网](https://www.weikefu.net/) - [价格](https://www.weikefu.net/pages/price.html) - [管理后台](https://www.weikefu.net/admin) - [客服工作台](https://www.weikefu.net/chaty) - [客服端下载](https://www.weikefu.net/pages/download.html) ## 部分功能 - 萝卜丝官方技术支持 - 全部基于Objective-c开发,100%全部开源,支持自定义界面 - 支持人工客服 - 支持机器人 - 支持文字、图片、语音、表情 - 支持消息预知:对方正在输入 - 支持消息状态:送达、已读 - 支持消息撤回 - 支持发送商品信息 - 未读消息数查询接口 - 对接第三方账号系统 - 支持多用户切换 ## 源码及Demo下载 - [Gitee](https://gitee.com/270580156/bytedesk-oc) - [Github](https://github.com/Bytedesk/bytedesk-oc) ## 集成方式 建议: Xcode Version 14.3,最低兼容: iOS 13 ### 1. 本地集成 此方法适用于有自定义界面需求的开发者 - 下载源码,直接拖到自己项目中 - 选择项目,选中项目TARGET,选中 General,在 framework 中添加 bytedesk_oc.framework ### 2. Pod ```bash # 项目本身 pod 'bytedesk-oc', '~> 2.9.2' # 项目依赖第三方 pod 'AFNetworking', '~> 4.0.1' pod 'Protobuf', '~> 3.21.11' ``` ### 3. Carthage ```bash github 'bytedesk-oc/bytedesk-oc' ~> 2.9.2 ``` ### 4. Swift Package Manager (SPM): TODO: 待完善 - 源地址1-gitee: - 源地址2-github: - 国内用户建议使用源地址1 ```bash dependencies: [ .package(url: "https://gitee.com/270580156/bytedesk-oc", .upToNextMajor(from: "2.9.2")) ] 或 dependencies: [ .package(url: "https://github.com/Bytedesk/bytedesk-oc", .upToNextMajor(from: "2.9.2")) ] ``` ### 预览 | image1 | image2 | image3 | | :----------------------------------------------: | :------------------------------------------------: | :--------------------------------------------------: | | | | | | | | | | | | | ## 技术支持 - 创始于2013年 - QQ-3群: 825257535 - 公众号: - ## 其他 - [UniApp SDK](https://github.com/bytedesk/bytedesk-uniapp) - [iOS SDK](https://github.com/bytedesk/bytedesk-ios) - [Android SDK](https://github.com/bytedesk/bytedesk-android) - [Web 端接口](https://github.com/bytedesk/bytedesk-web) - [微信公众号/小程序接口](https://github.com/bytedesk/bytedesk-wechat) - [服务器端接口](https://github.com/bytedesk/bytedesk-server) - [机器人](https://github.com/bytedesk/bytedesk-chatbot)