Desk360 iOS SDK

Desk360 is an iOS SDK that helps you embed customer support in your iOS applications with ease!

Features

  • Create new support tickets.
  • View and comment on existing tickets.
  • Interactively communicate with related support teams.

Installation

Using CocoaPods

To integrate Desk360 in your Xcode project using CocoaPods, specify it in your Podfile:

Usage

Important note

You must add your info.plist file.

Permission text is optional. You can type whatever you want, but this permission is not optional. If you don't add this permission, Desk360 Images attachment property won't work.

Start Desk360 with appId -and an optional deviceId, an optional language-

Note: If no deviceId is provided, Desk360 will use device's UUID, which might cause your app to lose tickets when the application is deleted. If your environment type is production, Desk360 will look at prod url. If no application language is provided, Desk360 will use device's language.

Using Desk360

Using Optional Notification System

If you need to send a notification when a message is sent to the users, this integration is required.

After the above integration, it is sufficient to change the notification certificate settings in the Desk360 admin panel. You can now use notifications

Also if you want notification redirect deeplink system further integration is required.

When you click on the notification when your application is closed, you need to add this code on the page you want Desk360 to open.

Customize Desk360 Theme

You should use Desk360 dashboard for custom config.

For further information, please with contact us support@desk360.com