sendbird-ios-framework

[Deprecated] Sendbird Chat SDK for iOS in Objectivce-C for enablement of a rich, engaging, scalable, and real-time chat service.

OTHER License

Stars
60
Committers
15

Bot releases are hidden (Show)

sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • This is the biggest release since our initial v3 release. Some of changes should be carefully taken when you update the SDK.

  • Now every completion handler/delegates in SDK is returned to MAIN THREAD queue. It used to be inconsistent so some were returned to main thread and others to background thread. Be aware that you shouldn't call any blocking/long running job without using custom background queue in our completion handler/delegates!!!!

For your convenience we added the methods to set default dispatch queue for every delegates and completion handlers. The queue can be changed like this:

[SBDMain setCompletionHandlerDelegateQueue:dispatch_get_main_queue()];

or

[SBDMain setCompletionHandlerDelegateQueue:dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)];
  • The auto reconnection is also triggered with network awareness. The default option is on but you might want to turn it off if you have manual network detection to call reconnect(). It can be turned on or off like this:
[SBDMain setNetworkAwarenessReconnection:YES];

or

[SBDMain setNetworkAwarenessReconnection:NO];
  • Now we support file uploading in background so you can send very large files.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Improved reconnection.
  • Supported background file upload.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Improved connection speed.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Fixed serialization bug.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Fixed unread message count bug.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Fixed unread message count sync problem.
  • Added a method to get total unread channel count.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Added option for sync member in group channel and sender of message.
  • Added accurate error.
  • Fixed unread count bug of group channel.
  • Added message type and custom type options for getting messages.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Added serialization for SBDUser, SBDBaseChannel, and SBDBaseMessage object.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Fixed bugs of send user message and file message.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Added file encryption.
  • Fixed connection bug.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Fixed bug of updating meta counter of channel.

Note that we don't return result objects anymore when there's an error in completion handlers starting from this version. Please make sure that you don't use a result object when an error occurs after updating SDK.

sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Fixed bug of thumbnail image in file message.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Added a method to run reconnection.
  • Improved unread message count management.
  • Added error for uninitialized class.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Added error for uninitialized class.
sendbird-ios-framework -

Published by sf-jed-kyung over 7 years ago

  • Improved usability of channel delegates and connection delegates.
sendbird-ios-framework -

Published by sf-jed-kyung almost 8 years ago

  • Modified network error code.
sendbird-ios-framework -

Published by sf-jed-kyung almost 8 years ago

  • Added error code for network error.
sendbird-ios-framework -

Published by sf-jed-kyung almost 8 years ago

  • More accurate connection state.
sendbird-ios-framework -

Published by sf-jed-kyung almost 8 years ago

  • Fixed the bug of unread message count in group channel.
  • Added file name parameter to the message for sending file with URL.
sendbird-ios-framework -

Published by sf-jed-kyung almost 8 years ago

  • Added file path parameter to the methods which are for uploading file.
Package Rankings
Top 22.09% on Swiftpackageindex.com
Top 4.77% on Cocoapods.org
Badges
Extracted from project README
Platform Languages CocoaPods Carthage compatible Commercial License
Related Projects