Giter Club home page Giter Club logo

sendbird / quickstart-desk-ios Goto Github PK

View Code? Open in Web Editor NEW
0.0 18.0 3.0 789 KB

Sendbird Desk for iOS sample for fast and easy implementation of a customizable live chat customer support system on Sendbird Chat platform.

Home Page: https://sendbird.com/docs/desk/sdk/v1/ios/quickstart/create-first-ticket

License: MIT License

Ruby 0.76% Swift 99.24%
api-for-chat chat-api-platform chat-platform chat-sdk chat-ui chatgpt communications-platform conversation customer-engagement customer-service

quickstart-desk-ios's Introduction

Sendbird Desk for iOS sample

Platform Languages

Introduction

Built with Sendbird Chat platform, Sendbird Desk is a live chat customer support that offers customer satisfaction through enhanced engagement. Through its integration, Desk SDK for iOS enables you to easily customize your ticketing support system with a UI theme, thereby elevating your overall customers’ experience. For example, you can modify the inbox - a management tool and storage unit for the agents’ and tickets’ conversations - to fit within your color scheme and layout.

More about Sendbird Desk for iOS

Find out more about Sendbird Desk for iOs on Desk for iOS doc. If you need any help in resolving any issues or have questions, visit our community.


Before getting started

This section shows you the prerequisites you need for testing Sendbird Desk for iOS sample app.

Requirements

Try the sample app using your data

If you would like to customize the sample app for your usage, you can replace the default sample app ID with your ID - which you can obtain by creating your Sendbird application from the dashboard.

Note: After creating the Sendbird application, please be sure to contact sales to enable the Desk menu onto the dashboard. Currently, Sendbird Desk is available only for free-trial or Enterprise plans.

Following the previous instructions will allow you to experience the sample app with your data from the Sendbird application.


Getting started

This section explains how to install Desk SDK for iOS before testing the sample app. If you're familiar with using external libraries or SDKs in your projects, installing the Desk SDK will be an easy and straightforward process.

Install Desk SDK for Quickstart

- CocoaPods

  1. Open a terminal window. Navigate to the project directory, and then open the Podfile by running the following command
$ open Podfile
  1. Make sure that the Podfile includes the following:
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'

target 'YOUR_PROJECT' do
    # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
    use_frameworks!
    
    # Pods for YOUR_PROJECT
    # Desk
    pod 'SendBirdDesk'
    # UIKit
    pod 'SendBirdUIKit'

end
  1. Run pod install.

  2. Open QuickStart.xcworkspace.

Install Desk SDK for iOS

You can install the Desk SDK through either CocoaPods, Carthage or Swift Package Manager.

- CocoaPods

  1. Create or edit your Podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'

target 'YOUR_PROJECT' do
    # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
    use_frameworks!
    
    # Pods for YOUR_PROJECT
    pod 'SendBirdDesk'

end
  1. Run pod install.
  2. Open QuickStart.xcworkspace.

- Carthage

  1. Add SendBirdDesk and SendbirdChatSDK into your Cartfile as below:
github "sendbird/sendbird-desk-ios-framework"
github "sendbird/sendbird-chat-sdk-ios"
github "sendbird/sendbird-uikit-ios"
  1. Install the SendBirdDesk framework through Carthage.
$ carthage update --use-xcframeworks

- Swift Package Manager

  1. File -> Swift Packages -> Add package dependency...

  2. Choose Package Repository as the SendbirdDesk repository with below link:

https://github.com/sendbird/SendBird-Desk-iOS-Framework.git
  1. Select Up to Next Major rules and click the Next button to add the package.

For further reference

Please visit the following link to learn more about Desk SDK for iOS: https://github.com/sendbird/SendBird-Desk-iOS-Framework

quickstart-desk-ios's People

Contributors

luke-cha avatar mininny avatar sf-jeff-lim avatar tezpark avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.