Skip to content

Releases: crisp-im/crisp-sdk-ios

2.1.0

09 Feb 13:41
77624aa
Compare
Choose a tag to compare
  • [feat] Stay in in-app browser when navigating within the Helpdesk
  • [feat] Show share sheet when tapping “Open” button in Helpdesk instead of opening the external browser immediately
  • [fix] Do not attempt to open Helpdesk via API if Helpdesk is disabled

2.0.0

01 Feb 16:07
bc01444
Compare
Choose a tag to compare

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

30 Dec 12:48
6057806
Compare
Choose a tag to compare
2.0.0-beta.26 Pre-release
Pre-release

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

16 Dec 11:33
643944e
Compare
Choose a tag to compare
2.0.0-beta.25 Pre-release
Pre-release

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

16 Dec 09:47
e5e5b73
Compare
Choose a tag to compare
2.0.0-beta.24 Pre-release
Pre-release

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

08 Dec 07:38
7de00ae
Compare
Choose a tag to compare
2.0.0-beta.20 Pre-release
Pre-release

The Crisp Widget in its new design

2.0.0-beta.19

08 Dec 06:32
ab99cf8
Compare
Choose a tag to compare
2.0.0-beta.19 Pre-release
Pre-release

The Crisp Widget in its new design

1.6.4

30 Aug 09:18
250e5e8
Compare
Choose a tag to compare

Release built with Xcode 13.4.1

1.6.3

18 Aug 14:54
Compare
Choose a tag to compare
  • fixes an issue that caused apps to be rejected when submitted from the AppStore via the Xcode 14b5 (closes #75)

1.6.2

28 Jul 10:47
Compare
Choose a tag to compare
  • Fixes a bug, where the chat wouldn't start under certain circumstances (Decoding "scroll" property)