An open API service indexing awesome lists of open source software.

https://github.com/zendesk/ios_sdk_demo_apps

This repository contains sample iOS code and applications which use our SDKs
https://github.com/zendesk/ios_sdk_demo_apps

Last synced: about 1 year ago
JSON representation

This repository contains sample iOS code and applications which use our SDKs

Awesome Lists containing this project

README

          

:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:

# Zendesk Sample Apps for iOS

## Description
This repository provides you with sample Apps to help learn how to use the Zendesk Apps framework and APIs.

We hope you'll find those sample Apps useful and encourage you to re-use some of this code in your own Apps.

This repository contains the following demos:
- [Unified SDK Sample](UnifiedSDK)
- A demo application showcasing the ChatSDK on the UnifiedSDK

- [Support SDK Samples](SupportSDKSamples)

You'll find three Sample Apps added to workspace `CocoaPodSample`
- A demo application `Sample` showcasing the manual Swift integration of Support SDK.
- A demo application `SampleObjectiveC` showcasing the manual Objective-C integration of Support SDK.
- A demo application `CocoaPodSample` showcasing the integration with pods.

Both apps are implementing couple of main features of Support SDK.

**Note:** Initialise the Support SDK in the `AppDelegate.swift`, by passing in the credentials of your Zendesk instance.
```
// Enter your zendesk app configs here
Zendesk.initialize(appId: "appId",
clientId: "clientId",
zendeskUrl: "zendeskUrl")
```

- [Chat SDK Samples](ChatSDKSamples)
- Demo that showcases building a custom chat UI backed by Zendesk Chat API.
- Demo that shows the app badge count on the tab bar button.

- [Answer Bot SDK Samples](AnswerBotSDKSample)
- A demo application that shows how to integrate the Answer Bot SDK

- [Talk SDK Sample](TalkSDKSamples)

A demo application that shows how to integrate the Talk SDK. It contains two targets: `TalkSDKSamples-Swift` and `TalkSDKSamples-ObjectiveC` presenting the integration for either Swift or for Objective-C. Each version contains multiple use cases (that are presented with separate view controllers), to showcase various levels of complexity based on required customisability.

## Owners
If you have any questions please contact us through one of the methods outlined [here](https://support.zendesk.com/hc/en-us/articles/4408843597850-Contacting-Zendesk-Customer-Support).

## Getting Started
Each of the modules in this project is a stand-alone iOS app.

## Contributions
Pull requests are welcome.

## Bugs
Please submit bug reports to [Zendesk](https://support.zendesk.com/hc/en-us/articles/4408843597850-Contacting-Zendesk-Customer-Support).