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 developing a flutter app. I have succesfully implemented native and web signins for Google/Apple and Google sign in for Apple. However, Apple Sign in for Android does not return back to my app. if I want to use app return deeplinking (e.g. com.example.mobileAppTemplate://login-callback), nothing happen first time when I click to continue button. Second time Apple give an error and cant return back to app. If I want to use URL based deeplinking (e.g. http://localhost/foo), Apple redirect to the URL but I cant return back to app. I have also tried manual deeplinking using app_links library, but still I cant go back.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Apple SignIn
Succesful SignIn in WebView
Continue Sign In using my Apple ID
Nothing Happen
Click Again
Receive error
Expected behavior
After succesful login, I can return back to app.
System information
OS: Android developed in Flutter
Flutter 3.10.5
Dart 3.0.5
supabase_flutter: ^2.5.8
supabase_auth_ui: ^0.4.1
sign_in_with_apple: ^5.0.0
google_sign_in: ^6.1.6
The text was updated successfully, but these errors were encountered:
I am developing a flutter app. I have succesfully implemented native and web signins for Google/Apple and Google sign in for Apple. However, Apple Sign in for Android does not return back to my app. if I want to use app return deeplinking (e.g. com.example.mobileAppTemplate://login-callback), nothing happen first time when I click to continue button. Second time Apple give an error and cant return back to app. If I want to use URL based deeplinking (e.g. http://localhost/foo), Apple redirect to the URL but I cant return back to app. I have also tried manual deeplinking using app_links library, but still I cant go back.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
After succesful login, I can return back to app.
System information
The text was updated successfully, but these errors were encountered: