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:
-
- A demo application showcasing the ChatSDK on the UnifiedSDK
-
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")
- A demo application
-
- 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.
-
- A demo application that shows how to integrate the Answer Bot SDK
-
A demo application that shows how to integrate the Talk SDK. It contains two targets:
TalkSDKSamples-Swift
andTalkSDKSamples-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.
If you have any questions please contact us through one of the methods outlined here.
Each of the modules in this project is a stand-alone iOS app.
Pull requests are welcome.
Please submit bug reports to Zendesk.