Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wasim-18972 committed Nov 7, 2024
0 parents commit 250d626
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/Package.resolved
.DS_Store
/.build
*.swiftpm*
/Packages
xcuserdata/
DerivedData/
.netrc
17 changes: 17 additions & 0 deletions README.md
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)

0 comments on commit 250d626

Please sign in to comment.