Skip to content
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

Apple OAuth problem for Android-Flutter #980

Open
abdurrahimyilmaz opened this issue Jul 21, 2024 · 0 comments
Open

Apple OAuth problem for Android-Flutter #980

abdurrahimyilmaz opened this issue Jul 21, 2024 · 0 comments
Labels
auth This issue or pull request is related to authentication bug Something isn't working

Comments

@abdurrahimyilmaz
Copy link

abdurrahimyilmaz commented Jul 21, 2024

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.

image

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Apple SignIn
  2. Succesful SignIn in WebView
  3. Continue Sign In using my Apple ID
  4. Nothing Happen
  5. Click Again
  6. 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
@abdurrahimyilmaz abdurrahimyilmaz added the bug Something isn't working label Jul 21, 2024
@dshukertjr dshukertjr transferred this issue from supabase/supabase Jul 22, 2024
@bdlukaa bdlukaa added the auth This issue or pull request is related to authentication label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth This issue or pull request is related to authentication bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants