DEV Community

Discussion on: Flutter Firebase Authentication: Apple Sign In

Collapse
 
paramo profile image
Paramo

Hello!! nice post!! Ive been doing the same but in the apple sign in screen after selected my email, full name and password a message appeared saying "login not completed" I tried to debug but no error show, its like it isnt making the validation. Any tips? im so stuck! Thank you! :)

Collapse
 
offlineprogrammer profile image
Offline Programmer

Are you testing on simulator? if yes, then try using a simulator of iOS 13.5 or lower...

Collapse
 
paramo profile image
Paramo

Thank you for your reply! I am testing on a physical device. I made it work now, I was missing on developer console, under Certificates, Identifiers & Profiles -> Keys. Adding the apple sign in key. I just did it on xcode but apparently wasnt enough

Thank you again and your post is so helpfull!

Thread Thread
 
offlineprogrammer profile image
Offline Programmer

Great...