Skip to content

zoho/CRM-iOSSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZCRMiOS

Zoho CRM's Mobile SDK is a technology that helps developers build mobile applications to interact with their Zoho CRM data.

Currently, the mobile app for Zoho CRM acts as a mobile interface to the Zoho CRM's web interface. But in case you need the mobile app to serve a specific purpose that conforms to your business needs, you might want to have an app which has only that specific function. For example, an app for a team that only approves leads or an app for a field team where one could upload photographs and client's documents on the fly.

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Xcode 9 and Above

Swift 4.2

SDK Responsibilities

Scaffolding - Zoho CRM dependencies inclusion and base project creation.

Authentication - User login and logout.

API wrapping & version upgrades - API requests wrapped as method calls.

Data modeling - CRM entities modeled as language objects.

Metadata caching - Essential metadata are cached to avoid unnecessary API calls.

The mobile SDK takes care of the above, so that the developers can focus only on the UI components of the mobile app.

Installation

ZCRMiOS is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ZCRMiOS', :git => 'https://github.com/zoho/CRM-iOSSDK.git'

Author

Zohocorp

License

ZCRMiOS is available under the MIT license. See the LICENSE file for more info.