:warning: Use of this software is subject to important terms and conditions as set forth in the License file :warning:
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:
You'll find three Sample Apps added to workspace CocoaPodSample
Sample showcasing the manual Swift integration of Support SDK.SampleObjectiveC showcasing the manual Objective-C integration of Support SDK.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 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.
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.
Swift
68.2%
Objective-C
31.0%
:warning: Use of this software is subject to important terms and conditions as set forth in the License file :warning:
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:
You'll find three Sample Apps added to workspace CocoaPodSample
Sample showcasing the manual Swift integration of Support SDK.SampleObjectiveC showcasing the manual Objective-C integration of Support SDK.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 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.
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.
Swift
68.2%
Objective-C
31.0%