github microsoftconnect/ms-intune-app-sdk-ios 10.0.1

latest releases: 19.4.0, 19.3.1, 19.2.0...
5 years ago

New Features / Changes

  • The Intune SDK now informs the application when a document import operation requires an identity switch. This gives the application a chance to stop leaky document imports. All customers using the Intune SDK for iOS who implement identitySwitchRequired(_:reason:completionHandler:) should now handle reason == .documentImport. Unless we've talked to you, you should just call completionHandler(.success) or IntuneMAMAddIdentityResultSuccess in this case. Multi-ID apps should check the identity of the file before inserting it into anything. If the identity is managed and destination is not, you should not insert the document. See IntuneMAMPolicyDelegate.h for more information.
  • Standardize Intune service check-in intervals for unlicensed/non-targeted users to 12 hours.
  • Moved our build system to Xcode 10. Infrastructure changes necessary to get our CI tests running cleanly, no customer impact.
  • Add Microsoft Stream app universal links to default set of universal link exclusions.
  • Added support for clipboard text length as an Intune app protection policy setting.

Bug Fixes

  • Fix memory leaks: a cycle in our operation queue and a case where we did not release the results of SecItemCopyMatching.
  • Aria/Gov Cloud: We not initialize Aria for government cloud users.
  • MIFO: Disable hooks when under the MIFO management state. This way when we come under management, we will alert the user that they are under management and reboot.

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

NewReleases is sending notifications on new releases.