DEV Community

Discussion on: Flutter Firebase Authentication: Apple Sign In

Collapse
 
offlineprogrammer profile image
Offline Programmer

Make sure to add "SignIn with Apple" capability in your plist file
Also if you are testing on a simulator, use a simulator of iOS 13.5 or lower...

Collapse
 
tjgrapes profile image
Ashton Jones • Edited

I got it working, I'm not sure exactly what the issue was.

I have the capability enabled in XCode, but don't see it in my plist file- what is the key value pair for sign in with apple in the plist file?

The following was generated in my Runner.entitlements file for Apple Sign In:


aps-environment
development
com.apple.developer.applesignin

Default


Do I still need the capability in the plist file?

Thread Thread
 
koketso_koks profile image
AppsByKoketso

Hi,

How did you fix the error.

I am getting the same error whilst running it on Real deveice and also on simulator