This repo contains a sample application, that will help you learn how to use the Zendesk Support SDK and APIs.
We hope you'll find the sample app useful and encourage you to re-use some of this code in your own applications.
Getting started is straightforward.
- Download or clone the repository locally.
- Open the directory in your terminal.
- Install the pods by running
pod install
. - Ensure the framework is on the most recent version by running
pod update
. - Open up the project in Xcode.
- Note: Initialize your Zendesk instance in the
App Delegate
before running the application.
You can then send a request with attachments, tags and Custom Fields, through providers and custom UI. Also can view previously created tickets, and Guide articles, using the Zendesk provided UI.
Please submit bug reports to Zendesk.