Search code examples
iosswiftios-simulatorapple-sign-insign-in-with-apple

Swift - "Sign in Apple Button" not showing when I debug on real device


My app rejected by App Store because it doesn't have apple login button so I added "sign in with apple" button

enter image description here

Here is the issue;

When I debug my app on simulator, apple login button is showing and working as you see but when I debug it on a real device it's not showing.

I uploaded the app and tried via Testflight. Still same issue, that button is not showing.

Where exactly am i going wrong?


Solution

  • Can you check your device os version? ASAuthorizationAppleIDButton available in ios 13 and more.