Skip to content

Releases: AdaSupport/ios-sdk

1.3.7

04 Oct 17:39
Compare
Choose a tag to compare

Fixes a bug where multiple Assets.car could be created and confuses xcode's build system.

  • Switched to resource_bundle in podspec file in case codebase importing the SDK is not using use_frameworks()!
  • Support for both Cocoapods resource_bundle and manual integration.

1.3.6

03 Jun 18:21
d2c66bf
Compare
Choose a tag to compare

Fixed issue with web blocks and sign-in blocks not working correctly.

1.3.5

31 Mar 22:04
eedfffc
Compare
Choose a tag to compare

Feature:

  • Added webViewLoadingErrorCallback to pass a function to be called if the WebView fails to load.
  • Added webViewTimeout to allow control over when the WebView times out.
  • Updated example to show how to use these.

1.3.4

23 Mar 14:16
2b02d7c
Compare
Choose a tag to compare

Bugfix for setMetaFields method.

1.3.3

24 Feb 22:32
Compare
Choose a tag to compare

Changing setMetafields to call Javascript function directly instead of converting it to base64 and decoding it later. This allows for UTF-8 characters instead of the standard ASCII character set.

1.3.2

16 Feb 18:36
Compare
Choose a tag to compare

Resolves an issue where media types would not autoplay in UIWebView

1.3.1

28 Sep 17:03
1ef8995
Compare
Choose a tag to compare

Bug Fixes

  • Resolves an issue that was causing certain URL schemes (such as tel and mailto) to crash the SDK when openWebLinksInSafari was not set to true.

1.3.0

15 Jun 13:20
Compare
Choose a tag to compare

New Features

  • Adds support for event callbacks.

1.2.2

09 Jun 18:35
Compare
Choose a tag to compare

Bug Fixes

  • The zdChatterAuthCallback feature has been updated so that its closure is @escaping.

Other Changes

  • zendeskAuthCallback renamed to zdChatterAuthCallback.

1.2.1

27 May 21:44
Compare
Choose a tag to compare

Bug Fixes

  • Fixes an issue where some JWT tokens for zendeskAuthCallback would not be passed correctly.