CometChatSDK 4.0.45

CometChatSDK 4.0.45

Maintained by pushpsen, Budhabhooshan Patil, Jitvar Patil, Abhishek Saralya, ‘SuryanshBisen’.



  • By
  • Abhishek Saralaya and Suryansh Bisen

CometChatSDK

CometChat Pulse


The simplest voice, video and text chat SDK

CometChat enables you to add voice, video and text chat to your app in minutes!


Platform Languages CocoaPods

Documentation

Refer the below documentation to setup CometChatPulseSDK inside your iOS App.

https://docs.pulse.cometchat.com/docs/quick-start-guide

Install CometChatSDK Framework in your project

Add below into your Podfile on Xcode.

target 'YOUR_PROJECT' do
  
	pod 'CometChatSDK'

end

Install CometChatSDK Framework through CocoaPods.

pod install

Once the pod is installed. Update the pods to install latest SDK inside your project using below command.

pod update

Now you can see installed CometChatSDK framework by inspecting YOUR_PROJECT.xcworkspace.