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

latest releases: 6.0.5, 6.0.4, 6.0.3...
4 years ago
  • Support new iOS 13 capable broker

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.