Skip to content

Releases: microsoftconnect/ms-intune-app-sdk-ios

6.0.13

04 Jan 20:27
Compare
Choose a tag to compare

Fixes

  • Selective wipe hardening
  • Added HTTP 410 support
  • PIN screen formatting issues on older/smaller iOS devices
  • Blur main app screen if user has PIN or authentication policy set.
  • Fixed caching of rootViewController
  • Fixed boundary case where we would not retry an enrollment because of an ADAL error.
  • Added calshow: protocol exclusion to prevent policy from blocking launch of the calendar app.

This release is a minor-semantic version. This means there are no breaking API changes -- you can just drop the new SDK into your build system and you'll be good to go.

6.0.10

27 Oct 17:25
Compare
Choose a tag to compare

Bug fixes

  • Keychain code bug fix
  • Telemetry bug fix

6.0.7

19 Oct 19:27
Compare
Choose a tag to compare

This is the Intune App SDK for iOS v. 6.0.7.

New features

  • Improved user-facing strings and error messages

Bug Fixes

  • TouchID authentication fix
  • Selective wipe boundary case

6.0.5

28 Sep 17:59
Compare
Choose a tag to compare

This is v. 6.0.5 of the Intune App SDK for iOS.

New Features

  • Support for iOS 10
  • Support for MAM on devices without MDM enrollment
  • Support for managing universal links
  • Third party app sharing -- as a part of making the MAM experience as complete as possible, we’ve done work to allow management of data shared between applications with different publishers. For example, a LOB app can share managed data into Outlook and the MAM SDK will apply MAM policies to the data in the LOB application and in Outlook.
  • Improved experience for TouchID
  • Bug Fixes