StoreKit entitlement not included in provisioning profiles despite In-App Purchase enabled

I’m running into an issue where the com.apple.developer.storekit entitlement is not being included in provisioning profiles, even though my App ID is properly configured for In-App Purchase.

Entitlements file: explicitly includes

<key>com.apple.developer.storekit</key>
<true/>

Capability: In-App Purchase is enabled in the Apple Developer Portal and shows as “Enabled.”

What I’ve tried:

  • Automatic signing in Xcode → profiles generated, but missing com.apple.developer.storekit
  • Manual signing → deleted and recreated provisioning profiles multiple times; entitlement still missing.
  • Waited several hours for possible propagation.
  • Verified that my in-app purchase products are set up correctly.

Error message:

Provisioning profile "iOS Team Provisioning Profile: zu.inniu" doesn't include the com.apple.developer.storekit entitlement

Question: Has anyone else encountered this? Is there a step I might be missing to get StoreKit entitlements included in provisioning profiles, or could this be a backend issue that needs escalation through Apple DTS?

This is blocking me from building my app for physical devices, so any guidance would be greatly appreciated.

Thanks in advance!

StoreKit entitlement not included in provisioning profiles despite In-App Purchase enabled
 
 
Q