-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Social Login Not Working on iOS (Stuck on Loading) #92
Comments
Hello @karthikeyan9952! Thanks for reporting! Before all, please don't engage with any link sent by non-members for your security. What version of AppKit are you using? |
Hello @quetool
Please let me know if you need any additional details or logs. I appreciate your help! |
I will check that version! |
I just noticed that the issue has expanded. Now, the entire social login and email login section is stuck on loading on both Android and iOS. Previously, it was only happening on iOS, but now the issue occurs across both platforms. I tried both In my build.gradle
In my project.pbxproj
Would you like me to provide any additional logs or debugging information? Let me know how I can help in troubleshooting this. Thanks! |
Hello @karthikeyan9952, can you share your code? I'm struggling to reproduce this, I even created a brand new flutter project and installed version 1.3.0 but everything works fine. The behavior you are seeing is typically associated with none bundleId/packageName whitelisted but you are doing it so the only thing I can think of is that you are not using You can also enabled |
@karthikeyan9952 have you tested on a physical device? |
Closing this issue due to lack of activity. Feel free to reopen if needed. |
Hello @quetool, I’ve fixed the issue by adding the Thanks for your help! This can be closed now. |
Wonderful @karthikeyan9952 ! Yes, I will be fixing the redirect parameter issue this week. Thanks! |
I'm using Reown AppKit for Web3 social and wallet logins in my Flutter app. While the social login works fine on Android, it is not working on iOS. When I attempt to log in using a social provider (e.g., X, Apple, etc.), the app gets stuck on the loading screen with a spinning indicator indefinitely.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The user should be redirected to complete authentication and log in successfully.
Actual behavior
The app remains stuck on a loading screen with no errors or response.
Environment :
Flutter Doctor Output
Let me know if any additional details are needed. Thanks!
The text was updated successfully, but these errors were encountered: