Applozic IOS SDK Versions Save

Official Applozic's iOS SDK for Real-Time Chat & Messaging.

8.4.1

2 years ago

Changes

  • Stability improvements

8.4.0

2 years ago

Changes

  • Internal cleanup and refactoring.
  • Deprecated some of the methods in class ALChannelService, ALUserService, and ALMessageService, and other classes.
  • Added Nullability in the methods.
  • Added support for iOS 15.

Fixes

  • Fixed the unread count in the group of two conversations.

8.3.0

2 years ago

Note: This is an important update because of the MQTT client changes. Please make sure you update.

Enhancements

  • Replaced some class methods in ALMessageService, ALChannelService, ALUserService to instance methods.
  • Added class level docs for ALChannelService, ApplozicClient, ALUserService, ALMessageService.
  • Renamed some of the internal methods.
  • Deprecated createChannel method from ALChannelService class use the createChannelWithChannelInfo:withCompletion instead.

Fixes

  • Fixed a potential MQTT retry issue where it was causing an outage on servers.

8.2.1

3 years ago

Bug fixes and improvements:

  • Fixed Xcode analyze warnings and errors in SDK.
  • Fixed an issue where the conversation title was not showing in some cases for the group of two.

8.2.0

3 years ago

Enhancements

  • Added support for the video thumbnail.
  • Added method for message unread and conversation unread count.
  • Added support for share extension.
  • Fixed the warnings for the latest Xcode 12.5.

8.1.0

3 years ago

Enhancements

  • Moved the audio-video call buttons to the navigation bar.
  • Added the support for Swift Package Manager to ApplozicCore for custom UI building.

To integrate ApplozicCore SDK into your Xcode project using Swift Package Manager, specify it in your Xcode -> File -> Swift Packages -> Add Package Dependency use below URL

dependencies: [  
   .package(name: "Applozic", url: "https://github.com/AppLozic/Applozic-Chat-iOS-Framework.git", .exact("8.1.0"))
]

Fixes:

  • Fixed a crash where in some cases message notification tap was crashing.

8.0.0

3 years ago

Enhancements

  • Separated core and UI class/files.
  • Added the support for handling ALMessagesViewController as a container view controller.

Check out the MIGRATING.md for more details on migration and also on the breaking changes.

7.14.0

3 years ago

Summary

Enhancements

  • Added support for report a message in chat.
  • Enabled screen transition animations on all screens.
  • Post notification of User Interaction Callback for profile tap action.
  • Added some API for updating VOIP token.

7.13.0

3 years ago

Enhancements

  • New Photos UI for iOS 14+ devices to send images/videos without giving full access to the library.
  • Add a config option to pass message metadata.

Fixes

  • Fixed the issue where the empty label was showing on the message received for the new user login.

7.12.0

3 years ago

Enhancements

  • Added the API method for fetching the group list.
  • Added support for deleting a message for all in an open channel.

Fixes

  • Fixed an issue in the chat window background color setting was not applied in some cases.