Skip to content

4.0.2

Compare
Choose a tag to compare
@oldalton oldalton released this 09 Sep 22:23
· 221 commits to master since this release
30efb1f
  • 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