From c0a59e87119d03879d9f6c328ff93cd3d24e86fd Mon Sep 17 00:00:00 2001 From: Dawinder Kaur Date: Wed, 19 Nov 2025 19:07:12 +0530 Subject: [PATCH 1/2] version updated for ios uikit - 5.1.2 , chat and calling sdks --- sdk/ios/calling-integration.mdx | 6 +++--- sdk/ios/overview.mdx | 2 +- sdk/ios/setup.mdx | 4 ++-- ui-kit/ios/getting-started.mdx | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sdk/ios/calling-integration.mdx b/sdk/ios/calling-integration.mdx index 9546338c..56a3e3a0 100644 --- a/sdk/ios/calling-integration.mdx +++ b/sdk/ios/calling-integration.mdx @@ -89,8 +89,8 @@ platform :ios, '11.0' use_frameworks! target 'YourApp' do - pod 'CometChatSDK', '4.0.69' - pod 'CometChatCallsSDK', '4.2.0' + pod 'CometChatSDK', '4.0.71' + pod 'CometChatCallsSDK', '4.2.1' end ``` @@ -184,7 +184,7 @@ Pod installation Your pod file will open in the text editor. Add your project dependency. -3. pod 'CometChatCallsSDK', '4.2.0' +3. pod 'CometChatCallsSDK', '4.2.1' 4. For M1 Mac - arch -x86\_64 pod install or For Intel Mac - pod install ::: diff --git a/sdk/ios/overview.mdx b/sdk/ios/overview.mdx index 669da752..3976f93c 100644 --- a/sdk/ios/overview.mdx +++ b/sdk/ios/overview.mdx @@ -75,7 +75,7 @@ platform :ios, '12.0' use_frameworks! target 'YourApp' do - pod 'CometChatSDK', '4.0.69' + pod 'CometChatSDK', '4.0.71' end ``` diff --git a/sdk/ios/setup.mdx b/sdk/ios/setup.mdx index 0f3b94ae..cb205968 100644 --- a/sdk/ios/setup.mdx +++ b/sdk/ios/setup.mdx @@ -53,7 +53,7 @@ platform :ios, '11.0' use_frameworks! target 'MyApp' do - pod 'CometChatSDK', '4.0.69' + pod 'CometChatSDK', '4.0.71' end ``` @@ -96,7 +96,7 @@ To install **Swift Packages** you can use Xcode package manager\*\*.\*\* -3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.69` . Then click on the **Add Package** button. +3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.71` . Then click on the **Add Package** button. diff --git a/ui-kit/ios/getting-started.mdx b/ui-kit/ios/getting-started.mdx index 4599c5ac..0d46a7c2 100644 --- a/ui-kit/ios/getting-started.mdx +++ b/ui-kit/ios/getting-started.mdx @@ -113,10 +113,10 @@ use_frameworks! target 'YourApp' do # CometChat UI Kit for Swift - pod 'CometChatUIKitSwift', '5.0.10' + pod 'CometChatUIKitSwift', '5.1.2' # Optional: Include if you're using Audio/Video Calling - pod 'CometChatCallsSDK', '4.2.0' + pod 'CometChatCallsSDK', '4.2.1' end ``` @@ -163,7 +163,7 @@ https://github.com/cometchat/cometchat-uikit-ios Exact Version: ``` - 5.0.10 + 5.1.2 ``` 4. Add `CometChatSDK` repeating the above steps for following link and exact version: @@ -177,7 +177,7 @@ https://github.com/cometchat/cometchat-uikit-ios Exact Version: ``` - 4.0.69 + 4.0.71 ``` From 743078b424b895ccaddabbc896b464de2f0e0d83 Mon Sep 17 00:00:00 2001 From: Dawinder Kaur Date: Mon, 24 Nov 2025 20:33:52 +0530 Subject: [PATCH 2/2] version updated for chat sdk 4.0.72 --- sdk/ios/setup.mdx | 4 ++-- ui-kit/ios/getting-started.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/ios/setup.mdx b/sdk/ios/setup.mdx index cb205968..1e70703a 100644 --- a/sdk/ios/setup.mdx +++ b/sdk/ios/setup.mdx @@ -53,7 +53,7 @@ platform :ios, '11.0' use_frameworks! target 'MyApp' do - pod 'CometChatSDK', '4.0.71' + pod 'CometChatSDK', '4.0.72' end ``` @@ -96,7 +96,7 @@ To install **Swift Packages** you can use Xcode package manager\*\*.\*\* -3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.71` . Then click on the **Add Package** button. +3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.72` . Then click on the **Add Package** button. diff --git a/ui-kit/ios/getting-started.mdx b/ui-kit/ios/getting-started.mdx index 0d46a7c2..88b9f2a2 100644 --- a/ui-kit/ios/getting-started.mdx +++ b/ui-kit/ios/getting-started.mdx @@ -177,7 +177,7 @@ https://github.com/cometchat/cometchat-uikit-ios Exact Version: ``` - 4.0.71 + 4.0.72 ```