iOS SDK
What are the configuration settings for the GC iOS SDK?
Clearing local data: Use the following method to delete any local data that has been saved inside the SDK, such as databases and files: Swift ZohoGC.clearData(botId: <#BotId#>) Objective-C [ZohoGC clearDataWithBotId:<#BotId#>]; SDK logging: By ...
How to display GC services as modules on your iOS app?
The following keys are essential to call the methods for displaying the conversation AI in your app. orgId widgetId domain The values of these keys appear under the Code Snippet section on the setup page of the ASAP add-on in Zoho Desk. For all ...
How to customize the GC SDK Widget UI?
Predefined themes: The SDK UI comes with two predefined themes: white and black. ZDTHEMETYPE.DARK ZDTHEMETYPE.WHITE The default theme will be set as white. Methods for applying the white theme: Swift ZDThemeManager.setTheme(type: .white) Objective-C ...
How to integrate the GC SDK within the iOS app
After setting up the SDK, you need to integrate the ZohoGCSDK within your iOS app. This can be integrated by the following two ways: (i) Automated integration using CocoaPods: This method involves the use of CocoaPods (dependency manager) to add ...
Working with the Zoho GC SDK for iOS
The GC SDK for iOS offers convenient support for end-users of your iOS app. With this SDK, you can create and customize a bot widget within your app, providing users with direct access to it. This integration allows end-users to seek assistance ...
GC iOS SDK- Release Notes
1.3.3 Resolved the compile-time issue in XCode 16 when using SDK as a static library. 1.3.1 Added attachment preview before uploading. Support feature introduced based on App ID. Resolved bugs and optimized performance for a smoother user experience. ...
Introducing GC iOS SDK
With the advent of smartphones, mobile applications have proven to be a significant business component. Businesses offer various services through their mobile phone applications to improve customer engagement, and developers include top-notch ...