Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

None of the valid provisioning profiles allowed the specified capabilities: Features: inAppPurchase

I have working application in AppStore. It has inApp Purchases.

Certificate and provision profile was expired.

I updated it, but XCode wrote:

"Code Sign error: No matching provisioning profiles found: None of the valid provisioning profiles allowed the specified capabilities: Features: inAppPurchase.."

I pressed "Fix Issue Automatically", XCode wrote

"An App ID with identifier 'com.mycompany.myproj' is not available. Please enter a different string."

This indefinier is bundle id of my application, and I did not change it.

How to fix this error?

like image 737
Viktor Avatar asked Apr 19 '16 12:04

Viktor


1 Answers

I fixed this problem next way:

  • remove all provision profiles which links with problem project (using «iPhone Configuration Utility»)
  • generate new provision profile on developer.apple.com
  • download and install this provision profile (and updated expired provision profiles) on local computer
  • choose new provision in "Code Signing Identity"
  • build project
like image 53
Viktor Avatar answered Oct 11 '22 00:10

Viktor