Skip to content

Releases: sendbird/sendbird-syncmanager-ios

v1.1.43

07 Mar 00:48

Choose a tag to compare

  • Supports the latest version of Sendbird Chat.

v1.1.42

22 Dec 07:45

Choose a tag to compare

  • Supports the latest version of Sendbird Chat.

v1.1.41

05 Nov 05:42

Choose a tag to compare

  • Fixed a bug when the channel is hidden.

v1.1.40

11 Oct 11:17

Choose a tag to compare

  • Improved stability

v1.1.39

20 Jul 04:13

Choose a tag to compare

  • Improved stability

v1.1.38

03 Jun 18:07

Choose a tag to compare

  • Fixed dispatch_sync deadlock issue

v1.1.37

06 May 03:25

Choose a tag to compare

  • Fixed to removed failed file message

v1.1.36

30 Dec 07:35

Choose a tag to compare

  • Improved stability

v1.1.35

29 Dec 09:59

Choose a tag to compare

  • Improved stability

v1.1.34

13 Nov 18:30

Choose a tag to compare

  • Added methods of SBSMMessageCollection to delete messages with message ID or request ID.
    • deleteSucceededMessageWithMessageId:
    • deleteFailedMessageWithRequestId:
    • deletePendingMessageWithRequestId:
  • Fixed bug of handling the pending message.