4.0.2
- 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.