iOS SDK
Session Variables for iOS
Session variables are dynamic key-value pairs maintained throughout a conversation in Zoho guided conversations (GC). They are organization-specific and accessible across multiple flows. Actions you can perform with Session Variables Set Session ...
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.4.1 Made compatibility updates for Guided Conversations (GC) and dependency SDKs to support builds with Xcode 16. 1.4.0 Multilingual support has been added to GC Flows for better localization. GC Flow customization options are now supported on ...
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 ...