Great news, Native Apple Sign-In on iOS should be ...
# supabase-kt
j
Great news, Native Apple Sign-In on iOS should be fixed in version 2.5.2 thanks to a Supabase Team member!
👍 3
👍🏼 1
K 1
j
I am unable to Sign in using Apple Sign In in 3.1.1 I'm not sure what is going wrong. I do see the native sign in sheet, but I don't get any callback or error after sign in. Is anyone else facing this issue?
j
Couldn't verify, anyone here on 3.1.1 with functional Apple Sign in?
Also can you share your code?
y
Same issue here! Couldn’t get Native Apple Sign In to work on iOS. Current observations in my project: • Sign In With Apple (ComposeAuth) works on Android • When adding a
SignInWithApple
Button directly in Swift, I’m able to successfully get the idToken (and pass that to SupabaseClient to get a valid session). Therefore the setup from Apple side seems to be correct Seems to me that the app doesn’t get notified about the successful sign in (e.g. the “onResult” of rememberSignInWithApple is not called). Also no error log anywhere, so it’s quite hard to debug (possibly no error, as the login seems to succeed and just not apply correctly).
I created a PR https://github.com/supabase-community/supabase-kt/pull/866 that should hopefully fix this issue 🤞. I was able to fix it in my own project with the changed code.
🙌 2
j
Thanks Yannick for the speedy resolution. I tested your changes locally with 3.1.1 and works for me!
🙌 1
y
@Jan Thanks for publishing
3.1.2
so fast! kodee greetings
👍 2