Skip to content

Releases: msintuneappsdk/intune-app-wrapping-tool-ios

18.0.1

19 Sep 17:04
Compare
Choose a tag to compare

Bug Fixes

  • Fix a potential crash for all users with iOS < 16.4.

18.0.0

14 Sep 17:29
Compare
Choose a tag to compare

What's New

  • This update is required for apps compiled with Xcode 15.
  • iOS 15 is now the minimum supported iOS version for the Intune SDK.
  • Added support for a "Warn" action with the "Min SDK version" conditional launch policy.
  • Jailbreak detection improvements.
  • Added support for apps developed with .Net MAUI.

17.7.2

08 Sep 21:57
Compare
Choose a tag to compare

What's New

  • Performance improvements.

Bug Fixes

  • Fixed issue where drag and drop didn't work between different folders within the app for managed user.
  • Fixed issue where 'Copy To' action extensions would not transfer files to their app on iOS 17.

17.7.1

18 Aug 14:56
Compare
Choose a tag to compare

What's New

  • Performance improvements.

17.7.0

11 Aug 18:38
Compare
Choose a tag to compare

What's New

  • Added FinishEnterForegroundAtResume Info.plist setting to not delay the didEnterForeground life cycle event.
  • Provide users the option to retry a silent policy check-in rather than an interactive authentication when the Offline Grace Period "Block Access" conditional launch timeout has been exceeded, in cases where the failure was not caused by invalid or missing AAD tokens.
  • Added toggle to the diagnostic console that allows end-users to enable/disable verbose logging for the SDK.
  • [iOS 17 SUPPORT] Limit dictionary look up to N words controlled by com.microsoft.intune.mam.IntuneMAMOnly.MaxLookUpWordCount managed app config. Default is 2.
  • Performance improvements.

Bug Fixes

  • Fixed issue where users could get double prompted for an interactive authentication if both the offline grace period and auth policy expired.
  • Fixed a potential crash when fetching the application's bundle ID.
  • Fixed issue where long pressing on links within web view IFrames would not display context menu options.
  • Fixed issue where the application and SDK versions were not displayed in the diagnostic console.
  • Changed default accent colors to be compliant with accessibility requirements.

17.6.3

31 Jul 14:58
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a potential crash when pasting restricted text into a WKWebView.

17.6.1

07 Jul 17:57
Compare
Choose a tag to compare

Bug Fixes

  • Fixes for iOS 17

Note: This release contains important fixes required for Intune SDK to work properly on iOS 17. It is recommended that apps should release with this version as soon as possible to avoid data leaks.

17.6.0

29 Jun 17:24
Compare
Choose a tag to compare

What's New

  • Performance improvements.
  • A warning will be displayed while wrapping the app if -ar and -ac parameters are not specified. You can find more details here.

Bug Fixes

  • Fixed potential crashes during initialization.
  • Fixed issue where broker would not be invoked even when wrapped with the -aa, -ar and -ac paramaters.

17.5.0

01 Jun 19:22
Compare
Choose a tag to compare

What's New

  • Added SMS blocking with openURL and MFMessageComposeViewController via app config.
  • Jailbreak detection improvements.
  • Performance improvements.

Bug Fixes

  • Fixed NTLM alerts and share button on SFSafariViewController.
  • Fixed issue where multiple export attempts could be made for apps that call exportAsynchronouslyWithCompletionHandler: on the AVAssetExportSession class.
  • Fixed issue in UIScene detection logic which could result in the SDK UI not displaying.
  • Fixed blocking and warning alerts over share extensions.
  • Fixed issue where pin set screen doesn't appear for apps using loginAndEnroll API when wipe occurs due to max pin attempts reached.
  • Fixed QLPreviewController display issue when presented inside a UITabBarController.
  • Fixed issue where the QLPreviewController would not display any content if the currentPreviewItemIndex was set before the dataSource.
  • Fixed issue where the 'Save Image' option was not available in the UIActivityViewController when policy allowed saving images to the photo album.

17.4.2

09 May 16:11
Compare
Choose a tag to compare

What's New

  • Added support for specifying a rapid security response patch version in the "warn" and "block access" variants of the minimum and maximum OS version conditional launch settings.