None of the valid training profiles allowed these features: Features: inAppPurchase

I have an application to work in the AppStore. He has inApp purchases.

The certificate and profile expired.

I updated it, but Xcode wrote:

"Code sign error: no suitable provisioning profiles were found: none of the valid provisioning profiles resolved the indicated capabilities: Features: inAppPurchase .."

I clicked "Fix Issue Automatically", Xcode wrote

"Application ID with identifier" com.mycompany.myproj "is not available. Enter another line.

This indefinier is the package identifier of my application, and I did not change it.

How to fix this error?

+5
source share
1 answer

I fixed this problem as follows:

  • delete all the provisioning profiles that are associated with the problem project (using "iPhone Configuration")
  • create a new provisioning profile on developer.apple.com
  • Download and install this provisioning profile (and updated expired profiles) on the local computer.
  • select a new position in "Code Signature Identification"
  • build a project
+6
source

Source: https://habr.com/ru/post/1247428/


All Articles