You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure If you already solved this problem, but for me it was that I was replacing the existing application function in the AppDelegate.swift with the one provided by the documentation. It should be added at the same level of the already existing method, likewise:
Hi!
I'm trying to integrate MSAL with this package but getting errors when initializing. I'm using example codes for testing and here is the error.
The error is
Unhandled Exception: MissingPluginException(No implementation found for method initialize on channel msal_flutter)
The text was updated successfully, but these errors were encountered: