Activate capabilities

Hi,

My name is Sem and I am making an app for my school project. I have made an app where you can log in to an account, but now I want something extra: Sign in with Apple. If I go to the "Signing & Capabilities" tab in Xcode and add a capability, "Sign in with Apple" is not there. Now I have done some research but did not get any wiser.
Can anyone help me how to fix this?

PS: I am doing this for school so do not want a paid Apple Devolpers account, is it than still possible?

Hopefully someone can help me!


Sem
Answered by DTS Engineer in 658355022

But "Sign in with Apple" was not in the list.

Sign in with Apple is only supported with paid developer accounts. Developer Account Help > Supported capabilities is an excellent summary of which capabilities are available to which account types.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
In Xcode,
  • select the project (blue icon at the top of file browser)

  • Select Project section

  • Select Signing and Capability tab

  • click on plus (+) sign next to Capability tab

  • in the list of capabilities, select Sign With Apple (at the end of the list)

These tutorials may help you
https ://www.raywenderlich. com/4875322-sign-in-with-apple-using-swiftui
https ://www.iosapptemplates. com/blog/ios-development/sign-in-with-apple-swift

Don't forget to close the thread if you're OK.
Good continuation in your project.
Accepted Answer
Hi,

Thanks for your reply! I did exactly what they did in the tutorial. But "Sign in with Apple" was not in the list. Look at the link for the screenshot.

https: //drive.google. com/file/d/1Zkh02sl7iqjfyKrHDOOolivGI7yC45g7/view?usp=sharing

What can I do to fix this?

But "Sign in with Apple" was not in the list.

Sign in with Apple is only supported with paid developer accounts. Developer Account Help > Supported capabilities is an excellent summary of which capabilities are available to which account types.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
@SemJelle
When you mark the correct answer, it should be the correct answer, not your own acknowledge. In this case, correct answer is eskimo's.

When you mark the correct answer, it should be the correct answer

Quite. And while I can’t fix that, I can apply the Apple Recommended status (-:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"

Hello I have the same issue but:

  1. I have active apple developer subscription
  2. I'm signed in as that user/team in xcode

Still I don't see the 'Sign in with Apple' capability

Let’s check whether this is an Xcode problem or an account problem. If you go to Certificates, Identifiers & Profiles section of the Developer website and create a new App ID, does Sign in with Apple show up there?

IMPORTANT Make sure you have the correct team selected at the top right of the page.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Hey thanks! I did that and created a new provisioning profile, downloaded it, and added it to xcode.I also added my domain email sources and now it works!

Activate capabilities
 
 
Q