Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue AppSubmit None of valid provisioning profiles allowed the specified entitlements Watchkit

I have 2 days around trying to solve this problem. When i try to submit my app, I have two issues

No matching provisioning profiles found for "Applications/myapp.app None of valid provisioning profiles allowed the specified entitlements: beta-reports-active, com.apple.security.application-groups.

And same in WatchKit Extension.appex

The bundles are com.mycompany.myapp and com.mycompany.myapp.watchkitapp

The app-group is active in my app and Apple Watch app with group.com.mycompany.myapp In the .Entitlements com.apple.security.application-groups have item 0 with my app group

Any idea with the problem? Thanks

like image 480
Cesar Rioja G Avatar asked Apr 15 '15 02:04

Cesar Rioja G


1 Answers

This problem looks similar to this question.

No matching provisioning profiles found for WatchKit extension when submitting to App Store

and this question:

Submit WatchKit Provisioning Error

I had the same problem. Here is the solution that worked for me.

Technical Q&A QA1830 The beta-reports-active Entitlement Q: How do I resolve the "beta-reports-active" code signing error? https://developer.apple.com/library/ios/qa/qa1830/_index.html

I had to regenerate the "Distribution" Provisioning Profile that I was using to submit my entire app, before I included the WatchKit extension. Specifically, these steps fixed my problem:

I logged onto developer.apple.com, selected "Certificates, Identifiers & Profiles".

  1. On the Certs IDs & Profiles website > Provisioning Profiles page, click the App Store profile.
  2. Click 'Edit'
  3. Click 'Generate'

Regenerate Provisioning Profile

like image 194
Alex D Avatar answered Sep 28 '22 12:09

Alex D