Releases: crisp-im/crisp-sdk-ios
2.1.0
2.0.0
This release brings the new Crisp Widget (née Chatbox) design to iOS.
You can read more about the new widget on our blog.
This release also adds the ability to receive Crisp calls (by including the CrispWebRTC target) and contains a ton of bugfixes.
2.0.0-beta.26
New in this release:
- Added support for the Crisp debranding plugin
- Added support for the Crisp customization plugin
- Added support for programmatically showing the Helpdesk (see
CrispSDK.searchHelpdesk
) - Added support for programmatically showing a Helpdesk article (see
CrispSDK.openHelpdeskArticle
)
2.0.0-beta.25
This release adds support for Crisp calls.
To use the new functionality either include the new CrispWebRTC library via Swift Package Manager or the Crisp/CrispWebRTC pod via Cocoapods. Afterwards change your imports from import Crisp to import CrispWebRTC. No further source code changes are needed.
Also make sure to provide the NSCameraUsageDescription and NSMicrophoneUsageDescription in your app's Info.plist if you haven't already so that your users can perform audio and video calls. For more information on these descriptions see https://developer.apple.com/library/archive/qa/qa1937/_index.html.
Note: Crisp calls are currently not supported on MacCatalyst.
2.0.0-beta.24
This release adds support for Crisp calls.
To use the new functionality either include the new CrispWebRTC
library via Swift Package Manager or the Crisp/CrispWebRTC
pod via Cocoapods. Afterwards change your imports from import Crisp
to import CrispWebRTC
. No further source code changes are needed.
Also make sure to provide the NSCameraUsageDescription
and NSMicrophoneUsageDescription
in your app's Info.plist if you haven't already so that your users can perform audio and video calls. For more information on these descriptions see https://developer.apple.com/library/archive/qa/qa1937/_index.html.
Note: Crisp calls are currently not supported on MacCatalyst.
2.0.0-beta.20
The Crisp Widget in its new design
2.0.0-beta.19
The Crisp Widget in its new design