I have implemented login with Email, Google and Apple using Magic SDK.
For SignIn with Email is using magic_sdk and SignIn with Google and Apple are using magic_ext_oauth.
It's working fine on Android Emulator, Android Real Device and IOS simulator but not working on IOS Real Device. I don't know what are the issues. I have tried many ways to figure out the issue.
It did not throw any errors or logs in the console.
I have implemented login with Email, Google and Apple using Magic SDK.
For SignIn with Email is using magic_sdk and SignIn with Google and Apple are using magic_ext_oauth.
It's working fine on Android Emulator, Android Real Device and IOS simulator but not working on IOS Real Device. I don't know what are the issues. I have tried many ways to figure out the issue.
It did not throw any errors or logs in the console.
I have followed the magic docs below links: https://magic.link/docs/authentication/login/social-logins/social-providers/google https://magic.link/docs/authentication/login/social-logins/social-providers/apple
Environment Flutter SDK Version: 3.19.6 Dart Version: 3.3.4
Device Info iPhone 13 IOS version: 17.5.1
Error Message No any errors
Please help me to solve this error.