Skip to content

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

15.3.3

25 Feb 20:20
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where [UIImagePickerControllerDelegate imagePickerController:didFinishPickingImage:editingInfo:] wouldn't be called for managed cases.

15.3.2

16 Feb 01:51
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where authentication would fail if a user has both an AAD and MSA account with the same UPN.
  • Fixed issue where on MSAL 1.1.23+ the wrong enumeration would be passed for MSALPromptTypePromptIfNecessary.
  • Fixed potential deadlock in UIDocumentPickerViewController API hooks.
  • Fixed ASAN failure in sqlite3 function hooks.

15.3.0

13 Jan 22:26
Compare
Choose a tag to compare

What's New

  • Performance improvements.
  • Added support for requiring AAD device registration based on the com.microsoft.intune.mam.IntuneMAMOnly.RequireAADRegistration configuration value.
  • The "-citrix" option is now deprecated, as Citrix has announced end-of-life for the MDX wrapping technology in March 2022 .

Bug Fixes

  • Fixed main thread inconsistency crash from background conditional launch.
  • Added alert to notify when openURL request is dropped because of canceled auto enroll.
  • Fixed issue where the SDK might unnecessarily forward app lifecycle events to the application when it does not have UI control.
  • Fixed issue where PIN expiration was not always being enforced.
  • Fixed issue where tilde and related paths were not properly supported in the -x extension provisioning profiles argument.

15.1.4

19 Nov 22:51
Compare
Choose a tag to compare

What's New

  • Performance Improvements.

Bug Fixes

  • Fixed issue where UIDocument based applications could hang if the same file was opened in-place multiple times via openURL.

14.7.4

16 Nov 16:39
Compare
Choose a tag to compare

Bug Fixes

  • This release addresses an issue applying MAM protection reliably when a user logs in with an alternate identity (alternate email or phone number).

Note

This release is strictly for apps that are still on Xcode12. If you are using Xcode13 then please use version 15.1.3.

15.1.3

12 Nov 21:35
Compare
Choose a tag to compare

Bug Fixes

  • This release addresses an issue applying MAM protection reliably when a user logs in with an alternate identity (alternate email or phone number).

15.1.0

02 Nov 19:39
Compare
Choose a tag to compare

What's New

  • Performance improvements.
  • Jailbreak detection improvements.

Bug Fixes

  • Fixed issue where applications would apply old policy after an application reinstall without the application enrolling.
  • Fixed issue where sending logs through Powerlift displayed an error.
  • Fixed issue where search web in look up operation would be blocked for policy managed apps even if Edge is set as the managed browser.
  • Fixed issue where apps can hang on launch after a backup/restore to the same device.

14.7.1

20 Sep 20:44
Compare
Choose a tag to compare

What's New

  • Performance improvements.
  • This release is only for apps that are still using Xcode12. If you have migrated to Xcode13 then please use version 15.0.0.

Bug Fixes

  • Fixed bug where users could save native mail attachments into a personal Files location.
  • Fixed issue where applications would apply old policy after an application reinstall without the application enrolling.

15.0.0

17 Sep 20:10
Compare
Choose a tag to compare

What's New

  • Performance improvements.
  • This update is required for apps built with Xcode 13.
  • Added support to block new iOS15 Group Activities functionality.
  • Added support to block sharing with the translate edit action.

Bug Fixes

  • Fixed bug where users could save native mail attachments into a personal Files location.
  • Fixed issue where applications would apply old policy after an application reinstall without the application enrolling.

14.7.0

03 Sep 21:52
Compare
Choose a tag to compare

What's New

  • Performance improvements.
  • Added support to allow apps to send Intune logs with PowerLift.
  • Added support for ADAL 5.0.0.

Bug Fixes

  • Fixed wipe loop that occurs after incorrectly inputing the PIN max number of times.
  • Fixed bug where incorrect range of accepted OS versions would show on Conditional Launch OS Version Warning Prompt.
  • Fixed a crash in iOS 15 caused by using both ADAL and ARKit.
  • Fixed issue where application UITextViewDelegate textView:shouldInteractWithURL:inRange: delegate method would not get called when managed.
  • Fixed issue where some application blocking policy strings are truncated in the alert view.