iOS SDK
the kindly chat sdk for ios allows you to integrate a fully featured customer support chat into your ios application the sdk provides a native uikit based chat interface with real time messaging, push notifications, custom theming, and more !!! tip "agent assisted setup" point your ai coding assistant at the skill file below and it will install, initialize, and wire up kindly for you automatically prompt to copy ```text use curl to download, read and follow https //kindly ai github io/sdk chat ios sources/skill md ``` installation swift package manager add the kindly sdk to your project via xcode go to file > add package dependencies enter the repository url https //github com/kindly ai/sdk chat ios select the version you want to use or add it to your package swift dependencies \[ package(url "https //github com/kindly ai/sdk chat ios", from "2 1 144") ] cocoapods add the following to your podfile pod 'kindly' then run pod install quick start import kindly // initialize the sdk kindlysdk start(botkey "your bot key", market "your market") // display the chat kindlysdk displaychat()