https://github.com/zoho/crm-iossdk
https://github.com/zoho/crm-iossdk
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zoho/crm-iossdk
- Owner: zoho
- License: mit
- Created: 2018-02-23T17:21:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T07:22:56.000Z (about 1 year ago)
- Last Synced: 2025-08-12T17:44:27.477Z (7 months ago)
- Language: Swift
- Size: 4.97 MB
- Stars: 2
- Watchers: 8
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
[](https://travis-ci.org/boopathyparamasivan/ZCRMiOS)
[](http://cocoapods.org/pods/ZCRMiOS)
[](http://cocoapods.org/pods/ZCRMiOS)
[](http://cocoapods.org/pods/ZCRMiOS)
## 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](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
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.