AppConnect 4.6.0 for iOS SDK revision history
This release provides the following:
New features summary
This release includes the following new features and enhancements:
-
Improvements to memory consumption: Secure File I/O APIs have been optimized to decrease memory consumption while processing large files.
-
Two SDK variants: Due to Apple deprecating the UIWebView class, the AppConnect for iOS SDK is available in two variants: one with UIWebView and WKWebView support, and another with WKWebView support, but no UIWebView support. The AppConnect SDK without UIWebView support is provided for apps that will be submitted to the App Store.
See AppConnect for iOS SDK variants and AppConnect for iOS SDK contents.
-
Support for UIScene: A new method -sceneWillConnectToSessionWithOptions: is provided to support apps using UIScene. If your application supports UIScene, call the method ‑sceneWillConnectToSessionWithOptions: when initializing the AppConnect library.
Resolved issues
This release includes the following new resolved issues:
-
AP-5422: Fixed issue with tunneled requests authentication when app implements URLSession:didReceiveChallenge:completionHandler: method of the URLSessionDelegate protocol.
-
AP-5328: Fixed an issue where AppConnect apps flipped to the MobileIron client app for password authentication. Now the passcode prompt is seen within the wrapped app.