github AzureAD/azure-activedirectory-library-for-objc 4.0.2

latest releases: 6.0.5, 6.0.4, 6.0.3...
4 years ago
  • Support iOS brokered authentication on iOS 13 when built with Xcode 11

Note, when updating to this release, make sure you update your LSApplicationQueriesSchemes in the Info.plist for your application.
New value should be:

<key>LSApplicationQueriesSchemes</key>
<array>
     <string>msauth</string>
     <string>msauthv3</string>
</array>

This is necessary to compile with Xcode 11.

See additional considerations about this release

Don't miss a new azure-activedirectory-library-for-objc release

NewReleases is sending notifications on new releases.