Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Provisioning Profile Missing In-App Purchase Entitlement (Despite Capability Enabled)

I'm facing a persistent issue with provisioning profiles not including the com.apple.developer.in-app-purchase entitlement, even though the In-App Purchase capability is clearly enabled in the Developer Portal for my app.

What I’ve already done: Confirmed that the In-App Purchase capability is enabled in the App ID configuration Deleted all provisioning profiles locally (~/Library/MobileDevice/Provisioning Profiles) Regenerated both Development and App Store provisioning profiles from scratch Tried Xcode's automatic signing (after properly registering the device) Verified the provisioning profiles via Terminal (security cms -D -i ...) — the IAP entitlement is missing every time Recreated valid distribution and development certificates Cleaned the Xcode project and settings The result: Every attempt to build or archive the app in Xcode returns:

Missing entitlement: com.apple.developer.in-app-purchase

I've also opened a support case with Apple, but so far I’ve only been redirected to general documentation.

Has anyone encountered this recently? Is there a known delay or sync issue on Apple’s side when enabling capabilities? Can the provisioning profile or entitlement data be manually refreshed by Apple? Is there any workaround that worked for you in this situation?

Answered by DTS Engineer in 843309022

See my response on this thread.

IMPORTANT I’d really like to know where you got the notion that com.apple.developer.in-app-purchase is an entitlement. I’ve seen a spate of questions like yours, and I’d like to find out where they’re coming from so I can fix it at the source. So what tool or tutorial did you follow that lead you to this entitlement?

Share and Enjoy

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

See my response on this thread.

IMPORTANT I’d really like to know where you got the notion that com.apple.developer.in-app-purchase is an entitlement. I’ve seen a spate of questions like yours, and I’d like to find out where they’re coming from so I can fix it at the source. So what tool or tutorial did you follow that lead you to this entitlement?

Share and Enjoy

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

Provisioning Profile Missing In-App Purchase Entitlement (Despite Capability Enabled)
 
 
Q