-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wasim-18972
committed
Nov 7, 2024
0 parents
commit 250d626
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/Package.resolved | ||
.DS_Store | ||
/.build | ||
*.swiftpm* | ||
/Packages | ||
xcuserdata/ | ||
DerivedData/ | ||
.netrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[![Platform](https://img.shields.io/badge/platforms-iOS-orange.svg)]([https://cocoapods.org/pods/Mobilisten](https://help.zoho.com/portal/en/kb/desk/developer-space/asap/ios-sdk/articles/working-with-the-asap-sdk-for-ios#SDK_version_30)) | ||
[![SupportedLanguages](https://img.shields.io/badge/languages-Swift%20%7C%20%20ObjectiveC-green.svg)]([https://www.zoho.com/salesiq/help/developer-section/ios-mobile-sdk-installation.html](https://help.zoho.com/portal/en/kb/desk/developer-space/asap/ios-sdk/articles/working-with-the-asap-sdk-for-ios#SDK_version_30)) | ||
|
||
# Swift Package for ZohoDeskPortalKB iOS SDK | ||
|
||
The ASAP SDK for iOS provides easy access to help the end-users of your iOS app. Using this SDK, you can create and customize an add-on that resides within your app and provides end-users with easy access to the Zoho Desk help center services. | ||
|
||
## Quick Start Guide 💨 | ||
|
||
1. Navigate to the **Swift Packages** tab under project settings. | ||
2. Add `https://github.com/zoho/ZohoDeskPortalKB.git` as the package repository | ||
3. Choose the latest release of the package under package options and click on **Add Package**. | ||
4. Select ZohoDeskPortalKB under Package Products and click on **Finish** | ||
5. The installation is now complete 🎉 🥳 . | ||
|
||
## API Documentation | ||
You can find the list of all APIs and their documentation [here](https://help.zoho.com/portal/en/kb/desk/developer-space/asap/ios-sdk/articles/working-with-the-asap-sdk-for-ios#SDK_version_30) |