# bytedesk-ios **Repository Path**: 270580156/bytedesk-ios ## Basic Information - **Project Name**: bytedesk-ios - **Description**: 萝卜丝智能客服 支持安卓、iOS、微信公众号、小程序、网站、H5、二维码等渠道接入,让企业的服务触角延伸到各个互联网角落。将所有渠道咨询汇集到萝卜丝客服工作台进行统一服务,保证每一个沟通环节都不会错过。 - **Primary Language**: Objective-C - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://www.bytedesk.com/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-08-19 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 萝卜丝 · IM + 云客服 ## 此库之后仅做维护,不再更新,请移步至新版 [开源Objective-C客服SDK](https://github.com/Bytedesk/bytedesk-oc/) 和 [开源Swift客服SDK](https://github.com/Bytedesk/bytedesk-swift/) - 致力于提供稳定、可扩展、定制化的客户服务一站式平台 - [官方网站](https://www.bytedesk.com) - [开发文档](https://github.com/bytedesk/bytedesk-ios/wiki) ## 准备工作 - [注册账号](https://www.bytedesk.com/admin/#/antv/user/login) - [登录后台](https://www.bytedesk.com/admin#/login) - 分配应用:登录后台->客服管理->渠道管理->添加 App ## 集成 SDK 萝卜丝·云客服在经典版[微客服](http://www.weikefu.net)基础上面做了重构,将原先一个 SDK 一分为二为两个 sdk: - 核心库:[![bytedesk-core](https://img.shields.io/badge/bytedesk--core-2.6.0-brightgreen.svg)](https://cocoapods.org/pods/bytedesk-core) - 界面库,完全开源(Demo 中的 bdui 项目),方便开发者自定义界面:[![bytedesk--ui](https://img.shields.io/badge/bytedesk--ui-2.6.0-brightgreen.svg)](https://cocoapods.org/pods/bytedesk-ui#bytedesk-ui-pod) - 最低兼容版本 platform :ios, '11.0' - 开发环境: Version 13.2.1 (13C100) - 最新兼容:iOS 15.2 - 真机调试时,请修改 Scheme 为 release - 技术支持 QQ 3 群: 825257535 ## 开发文档 - [在线客服开发文档](https://github.com/bytedesk/bytedesk-ios/wiki) - [5 分钟集成在线客服](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E5%9C%A8%E7%BA%BF%E5%AE%A2%E6%9C%8D) - [5 分钟集成工单](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E5%B7%A5%E5%8D%95) - [5 分钟集成帮助中心](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E5%B8%AE%E5%8A%A9%E4%B8%AD%E5%BF%83) - [5 分钟集成意见反馈](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E6%84%8F%E8%A7%81%E5%8F%8D%E9%A6%88) - [5 分钟集成自定义 UI](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90%E8%87%AA%E5%AE%9A%E4%B9%89UI) - [5 分钟集成 IM](https://github.com/Bytedesk/bytedesk-ios/wiki/5%E5%88%86%E9%92%9F%E9%9B%86%E6%88%90IM) ## 截图 | image1 | image2 | image3 | | :----------------------------------------------: | :------------------------------------------------: | :--------------------------------------------------: | | | | | | | | | ## 公众号 ## 注意 - 针对首次进入对话页面点击输入框无反应的问题,是由 QMUI 引起,其最新版本 4.2.1 暂未修复,故提供以下解决方案: ```shell 打开Pods/QMUIKit/QMUICore/UITraitCollection+QMUI.m, 将三个函数体注释掉,只保留函数名定义,也即:将 {} 中的内容注释掉 ``` ## 其他 - [Flutter SDK](https://gitee.com/270580156/bytedesk-flutter) - [UniApp SDK](https://gitee.com/270580156/bytedesk-uniapp) - [iOS SDK](https://gitee.com/270580156/bytedesk-ios) - [Android SDK](https://gitee.com/270580156/bytedesk-android) - [Web 端接口](https://gitee.com/270580156/bytedesk-web) - [微信公众号/小程序接口](https://gitee.com/270580156/bytedesk-wechat) - [服务器端接口](https://gitee.com/270580156/bytedesk-server) - [机器人](https://gitee.com/270580156/bytedesk-chatbot)