Skip to content

2.7.14

Compare
Choose a tag to compare
@oldalton oldalton released this 03 Sep 23:55
· 46 commits to master-2.7.x since this release
1d2e947
  • 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