Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
124 changes: 0 additions & 124 deletions Articles/Adding-metadata-to-tickets-created-by-the-Mobile-SDK.md

This file was deleted.

3 changes: 0 additions & 3 deletions Articles/Home.md

This file was deleted.

Binary file removed Articles/images/ticket_fields_admin.png
Binary file not shown.
Binary file removed Articles/images/ticket_fields_admin_2.png
Binary file not shown.
Binary file removed Articles/images/ticket_forms_admin.png
Binary file not shown.
29 changes: 4 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,12 @@
:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning:

# Zendesk Mobile SDK for iOS 1.11.2.1
# Zendesk Mobile SDK for iOS 2.0.0

Zendesk SDK for mobile is a quick, convenient way to get customer support into your mobile apps. With just a few lines of code, you can provide your end users with an easy way to get in touch from any mobile app.

## Contents:
## Demo Applications

* SampleApp - sample project for core request management
* ZendeskSDK.bundle - the SDK resource bundle
* ZendeskSDK.framework - UI components for SDK
* ZendeskProviderSDK.framework - Provider only framework, no UI components
* ZendeskSDKStrings.bundle - the SDK localization strings bundle

You can also reference this repository as a cocoapod:


````
source 'https://github.com/CocoaPods/Specs.git'

pod 'ZendeskSDK'
````

To choose a specific version:

```
source 'https://github.com/CocoaPods/Specs.git'

pod 'ZendeskSDK', '~> RELEASE_VERSION_TAG'
```
There are a number of simple demo applicaitons [here](https://github.com/zendesk/ios_sdk_demo_apps).

## Documentation

Expand All @@ -39,7 +18,7 @@ All enhancement, improvement, and feature request suggestions are welcomed. Plea

## Copyright and license

Copyright 2017 Zendesk
Copyright 2018 Zendesk

By downloading or using the Zendesk Mobile SDK, You agree to the Zendesk Master
Subscription Agreement https://www.zendesk.com/company/customers-partners/#master-subscription-agreement and Application Developer and API License
Expand Down
Loading