msal-flutter
msal-flutter copied to clipboard
Launching MS Authenticator
PublicClientApplication.acquireToken
does not launch MS Authenticator.
Info.plist already contains the following:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>msauthv2</string>
<string>msauthv3</string>
</array>
Please note that authentication works. It brings up the web-based login form even if Authenticator has been installed on the device.
The device is running iOS 13.3.1. MSAL version 1.0.7 has been pulled with CocoaPods.
Is there something that I am missing?