Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added v3 deprecation note
  • Loading branch information
jayden-lee-sb committed Apr 4, 2023
1 parent 429628a commit 5556f96
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# [Sendbird](https://sendbird.com) Chat SDK for iOS (Objective-C)
# [Sendbird](https://sendbird.com) Chat SDK v3 for iOS (Objective-C)

[![Platform](https://img.shields.io/badge/Platform-iOS-orange.svg)](https://cocoapods.org/pods/SendBirdSDK)
[![Languages](https://img.shields.io/badge/Language-Objective--C%20%7C%20Swift-orange.svg)](https://github.com/sendbird/sendbird-ios-framework)
[![CocoaPods](https://img.shields.io/badge/CocoaPods-compatible-green.svg)](https://cocoapods.org/pods/SendBirdSDK)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Commercial License](https://img.shields.io/badge/License-Commercial-brightgreen.svg)](https://github.com/sendbird/sendbird-ios-framework/blob/master/LICENSE.md)

## Deprecation Note (v3)
:warning: Please note that Sendbird’s SDK v3 will be deprecated by **July 2023**. You may still use the older SDKs at your choice, but no new updates or bug fixes will be made to SDK v3.

**We recommend clients to plan their migration to SDK v4 as early as possible as there are breaking changes.** We also provide prioritized support for migration and any issues related to v4. SDK v4 provides far richer and robust features in Websocket, Local caching, Polls, Scheduled Messages, Pinned Message, and many more. So try it out now! ([Chat SDK v4](https://github.com/sendbird/sendbird-chat-sdk-ios/))

<br />

## Table of contents

1. [Introduction](#introduction)
Expand Down Expand Up @@ -242,4 +249,4 @@ Sendbird Chat SDK with local caching supports new functionalities such as group
SyncManager will be deprecated eventually as the embedded local caching serves as the new and better version of it.

For further information, please see our [Docs](https://sendbird.com/docs/chat/v3/ios/guides/local-caching).
Additionally, migration guide for clients currently using SyncManager will be available soon.
Additionally, migration guide for clients currently using SyncManager will be available soon.

0 comments on commit 5556f96

Please sign in to comment.