Apple Sign In Error 1000 Xamarin iOS

I have been banging my head against the wall with this.

I have followed the Xamarin.iOS guide on how to implement apple sign in. I have done facebook, microsoft, linked in and google without any issues.

Now onto apple sign in, everytime i try anything i get:

Operation could not be completed (com.apple.AuthenticationServices.AuthorizationError error 1000) 

I have triple checked provisioning profiles, XCode, Identifiers and everything is enabled as it should be.

I have the entitlement setup in my entitlements.plist file as Default as it should be.

I get this error as soon as the button is pressed it doesnt even get into the actual sign in part.

Any help would be appreciated
Answered by Parth Trivedi in 704486022

Same issue,

did you find any solution? @DanJBurton?

Accepted Answer

Same issue,

did you find any solution? @DanJBurton?

Hi Parth Trivedi,

In the end the issue was with my Entitlements.

I had something in my entitlements file that didn't match with my provisioning profile. That is why my app wouldn't build with the Custom Entitlements set to 'Entitlements.plist'.

I would say double check these values on both sides to make sure

Yes but I didn't find any wrong with Entitlements

I thought that too and I was adamant that there was nothing wrong.

I took a break and then came back to it the next day.

One thing I would also say is re-download your provisioning profiles to make sure the entitlements are enabled. If you can deploy with your 'Custom Entitlements' as Entitelements.plist then it won't be the same issue as me sorry

Apple Sign In Error 1000 Xamarin iOS
 
 
Q