Releases: cometchat/cometchat-push-notification-app-ios
v3.0.909-1
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
Added :
- Support for Chat SDK 3.0.906
- Support for Call SDK 2.2.0
- Support for Firebase 9.0.x
Full Changelog: v3.0.900-1...v3.0.906-1
v3.0.900-1
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
- v3.0.1 by @pushpsenairekar2911 in #1
New Contributors
- @pushpsenairekar2911 made their first contribution in #1
Full Changelog: v2.0.0...v3.0.900-1
v3.0.1-1
Added:
- SDK support for SDK v3.0.1
v2.4.1-1
Added:
- SDK support for SDK v2.4.1
v2.2.0-beta1
Added:
- Support for APNS based push notifications
- Support for Callkit
- Minor performance improvements
UI for SDK 2.0.0
- Added support SDK 2.0.11
- Updated user interface
UI for SDK v2.0.6
UI for SDK v2.0.6
- Added badge count
UI for SDK v2.0.5
- UI for SDK v2.0.5
UI for SDK v2.0.0-beta2
- Added SDK v2.0.0-beta2
- Added support for Xcode 11
- Minor UI improvements