1

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

Enrico
  • 148
  • 11

1 Answers1

3

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.

SierraMike
  • 1,539
  • 1
  • 11
  • 18
  • Yes, of course. My membership is paid. The needed entries and filled forms under 'Agreements, tax, and banking overview' in AppStoreConnect are fine. => I called Apple Dev Support. It seems there is something wrong with my account. They will check and come back with feedback. – Enrico Apr 10 '20 at 15:49
  • My Account had the wrong settings. Apple changed this and now all looks fine as expected. Thank you for your helpful advice! :-) – Enrico Apr 16 '20 at 10:59