Skip to content

Latest commit

 

History

History
executable file
·
42 lines (33 loc) · 1.35 KB

README.md

File metadata and controls

executable file
·
42 lines (33 loc) · 1.35 KB

Platform Languages CocoaPods

Documentation

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

https://prodocs.cometchat.com

Install Using Cocoapods

platform :ios, '10.0'
use_frameworks!

target 'MyApp' do
  pod 'CometChatPro', '~> 1.9.0-beta'
end 

Install Manually

First: Download CometChatPro Here

Second :

Drag and drop CometChatPro.Framework to the root level of your project.

Add CometChatPro.Framework to Embedded Binaries as shown below: