Hi!
I'm struggling with adding the "In-App Purchase" capability to the project file.
As far as I know it's not the feature we can add to .entitlements file.
<key>com.apple.developer.in-app-purchase</key>
<true/>
☝️ this doesn't work
I tried adding it to project.yml config file
capabilities:
inAppPurchase: {}
☝️ also doesn't work
Any ideas?