sendbird / sendbird-chat-sample-ios

This repository provides feature-level Chat samples with Swift.
https://sendbird.com/docs/chat/v4/ios/overview
MIT License
33 stars 5 forks source link

Update SendbirdChatSDK #93

Closed cozzin closed 2 years ago

cozzin commented 2 years ago

The product name of the chat framework is changed. After merging this PR, we should import the module as SendbirdChatSDK.

YogeshVeer commented 2 years ago

It seems meanwhile there are 3 other feature sample has been merged. How do we proceed? Either we keep the latest merge and update with this PR or i should wait for this merge and update the changes in another branch.

chrischabot commented 2 years ago

@cozzin can you advice on the approach @YogeshVeer could take here?

Could we save this as a .diff and manually patch it into the new samples?

cozzin commented 2 years ago

It seems meanwhile there are 3 other feature sample has been merged. How do we proceed? Either we keep the latest merge and update with this PR or i should wait for this merge and update the changes in another branch.

I rebased based on the main branch and updated SDK for added features, and I also rebase #95 based on main branch.