SignIn with Apple delegates not called

I'm getting an error testing Signin With Apple on iOS 13.1.2, Xcode 11.1 running on iPhone 11 Pro.

Anyone seen this before? It seems to create the app entry in the signed in account but none of the delegate methods are being called and so I can't save anything in the keychain.


Same error for my app, Juice Apple sample code, and Ray Wenderlich sample code.


Xcode is doing all the provisioning.


libMobileGestalt MobileGestaltSupport.m:121: pid 663 (SignInWithApple) does not have sandbox access for re6Zb+zwFKJNlkQTUeT+/w and IS NOT appropriately entitled
2019-10-27 15:17:42.985675-0400 SignInWithApple[663:107008] libMobileGestalt MobileGestalt.c:626: no access to UniqueDeviceID (see <rdar://problem/11744455>)

Accepted Reply

As a follow up, I opened a support incident on this and was told to ignore these messages.


My delegate wasn't being called was unrelated because it wasn't initialized correctly.

Replies

As a follow up, I opened a support incident on this and was told to ignore these messages.


My delegate wasn't being called was unrelated because it wasn't initialized correctly.