Releases: AdaSupport/ios-sdk
Releases · AdaSupport/ios-sdk
1.3.7
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 usinguse_frameworks()!
- Support for both Cocoapods
resource_bundle
and manual integration.
1.3.6
1.3.5
Feature:
- Added
webViewLoadingErrorCallback
to pass a function to be called if the WebView fails to load. - Added
webViewTimeout
to allow control over when theWebView
times out. - Updated example to show how to use these.
1.3.4
Bugfix for setMetaFields
method.
1.3.3
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
Resolves an issue where media types would not autoplay in UIWebView