Search code examples
iosswiftxcodein-app-purchasecapability

in-App-purchase not available in Capabilities in Xcode 11


i created an provisioning file for my app. I checked In-App-Purchase on. If I click in Xcode on 'Signing & Capabilities' it list included capabilities, and in-App-Purchase too. Bundle-ID is the same. If i want to add the capability 'In-App-Purchase', it is not available in the list. What did I forget to do or to check? Thanks


Solution

  • Do you have a paid Apple Membership associated with the project? If you do not the "In App Purchase" capability will not be shown as an option. Capabilities are shown based on your program membership with Apple.

    Please see the following resource.