github msintuneappsdk/ms-intune-app-sdk-ios 7.0.1

latest releases: 19.3.1, 19.2.0, 19.1.0...
6 years ago

Why the version bump to 7.x.x?

We removed deprecated enrollment API's from IntuneMAMEnrollmentManager.h. If you are using enrollApplication, unEnrollApplication or unEnrollApplicationAndSwitchPrimary user, please move to registerAndEnrollAccount etc. If you are already on the new API, this is a minor update and won't require any API changes.

New Features

  • The admin can require that the user be on a minimum iOS version, using a certain min app version, or with a min SDK version integrated in the app before the user is allowed to access managed content.
  • We have enabled cert-based authentication (CBA) for the auth-policy via the broker flow - this requires ADAL 2.3.2 or later.
  • The admin can disable the app PIN if the user has a device PIN set.
  • Added support for setting the AAD ClientID/redirect URI for WorkFolders team.
  • We no longer support iOS8.
  • We added IntuneMAMDataProtectionDidChangeNotification. If you receive this notification, you should reprotect data for the managed user after this notification is received.
  • We expose the UPN of the enrolled user.

Bug Fixes

  • A sampling of our bug fixes: fixed Outlook/flurry issue, unexpected nil when de/encrypting data. We also detect that the Delegate window can be read only and properly handle that case.
  • Fixed unrecognized selector exception, and improvements to avoid customer reported hangs in the APEX apps.

Don't miss a new ms-intune-app-sdk-ios release

NewReleases is sending notifications on new releases.