github GetStream/stream-chat-swift 1.3.14

latest releases: 4.70.0, 4.69.0, 4.68.0...
5 years ago

Added

  • Support expired Token's with a token provider:
Client.shared.set(user: user) { tokenProvider in
    YourClient.shared.getToken { token in
        tokenProvider(token)
    }
}
  • More flexibility of Push Notifications setup for hosted apps.
  • A local notification body with an attachment file name.

Fixed

  • ChannelPresenter for creating a channel for 1-by-1.
  • The content channel type value for notifications.
  • ChatViewController for UI warnings.
  • ComposerView for different safe areas.
  • UITextView height in the ComposerView in combinations with attachments.

Don't miss a new stream-chat-swift release

NewReleases is sending notifications on new releases.