Skip to content

Releases: cometchat/cometchat-push-notification-app-ios

v3.0.909-1

26 Sep 13:53
Compare
Choose a tag to compare

Added:

  • SDK support for v3.0.909

Added:

  • Addressed the issue where call kit screen was not getting terminated when user cancels the call.
  • Addressed the issue where call kit screen was not getting terminated after timeout.

Full Changelog: v3.0.906-1...v3.0.909-1

v3.0.906-1

12 Jul 14:35
Compare
Choose a tag to compare

Added :

  1. Support for Chat SDK 3.0.906
  2. Support for Call SDK 2.2.0
  3. Support for Firebase 9.0.x

Full Changelog: v3.0.900-1...v3.0.906-1

v3.0.900-1

07 Mar 12:23
Compare
Choose a tag to compare

Added:

  • Added SDK support for v3.0.900

Fixed:

  • Added a fix for the issue where incoming notifications are not showing when the app is in the foreground state.

When the user is in the application, at that time he is not able to receive notifications at the front-end while using the application. We have added a fix for the same.

  • Added a fix where when the call is getting terminated from the call kit screen via the receiver, it should dismiss the OutgoingCall screen.

When the receiver of the call rejects the call, at that time CometChatOutgoingCall screen is still present at the sender's end. This fix dismisses the screen when a call is getting rejected.

  • Added a fix where the Call kit screen is still present when the call is canceled from the sender's side.

When the sender of the call cancel's the call, at that time Call kit screen is still present at the receiver's end. This fix dismisses the call kit screen when a call is getting canceled after 20 secs after it's presented.

  • Added a fix where it's showing multiple sessions on the call kit screen after the user receives a call from the second time.

When the user receives a call from the second time, it shows a call kit screen with accept & Reject, hold & accept buttons due to previous call cache. This particular fix will resolve that issue.

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.900-1

v3.0.1-1

18 Aug 12:19
bb76e76
Compare
Choose a tag to compare

Added:

  • SDK support for SDK v3.0.1

v2.4.1-1

18 Aug 12:19
Compare
Choose a tag to compare

Added:

  • SDK support for SDK v2.4.1

v2.2.0-beta1

12 Mar 10:21
Compare
Choose a tag to compare

Added:

  • Support for APNS based push notifications
  • Support for Callkit
  • Minor performance improvements

UI for SDK 2.0.0

01 Jul 16:19
Compare
Choose a tag to compare
  • Added support SDK 2.0.11
  • Updated user interface

UI for SDK v2.0.6

27 Jan 08:41
e070d62
Compare
Choose a tag to compare

UI for SDK v2.0.6

  • Added badge count

UI for SDK v2.0.5

30 Dec 15:07
Compare
Choose a tag to compare
  • UI for SDK v2.0.5

UI for SDK v2.0.0-beta2

03 Oct 13:01
d592b35
Compare
Choose a tag to compare
Pre-release
  • Added SDK v2.0.0-beta2
  • Added support for Xcode 11
  • Minor UI improvements