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
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
There is an issue with MagicLink SDK. I have spent almost 2 days behind this. It was working before, but after updating to latest version, login screen is not showing. It was presenting behind my active Window view controller.
To solve this, go to 'WebViewController' in MagicLink SDK.
Search for 'private func attachWebView() throws -> Void {' function.
Remove 'keyWindow.sendSubviewToBack(self.view)' line and replace it with 'keyWindow.bringSubviewToFront(self.view)'.
You are all done!!!
Run app again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Integrated code but it's just showing SDK error and login screen is not appear.
Please help if any know about this solution, thanks in advance.
The text was updated successfully, but these errors were encountered: