AutoFill Credential Provider capability missing

I'm trying to implement a iOS app and an extension with AutoFill provider capability.

Under my project's "Add Capability" section in Xcode, however, AutoFill Credential Provider is not listed.

I'm not currently enrolled in Apple's Developer Program. Is this an Advanced App Capability that I have to enroll to access? This feature is not listed under Apple's list of Advanced App Capabilities...

Accepted Reply

Is this an Advanced App Capability that I have to enroll to access?

Yes. The entitlement in question, com.apple.developer.authentication-services.autofill-credential-provider, must be allowlisted by a provisioning profile and that’s only possible for a paid account.

This feature is not listed under Apple's list of Advanced App Capabilities...

Indeed. I’d appreciate you filing a bug about that.

Share and Enjoy

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

Replies

Is this an Advanced App Capability that I have to enroll to access?

Yes. The entitlement in question, com.apple.developer.authentication-services.autofill-credential-provider, must be allowlisted by a provisioning profile and that’s only possible for a paid account.

This feature is not listed under Apple's list of Advanced App Capabilities...

Indeed. I’d appreciate you filing a bug about that.

Share and Enjoy

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