Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App "does not contain the correct beta entitlement"

I submitted an application for review and I notice that the build that I submitted has an issue associated with it saying that Build 168 does not contain the correct beta entitlement. I wasn't able to find information on this error anywhere. What does it mean and will it inhibit the review process? My app was submitted today with Xcode 5.1.1 for iOS 7 (not the Xcode GM). Perhaps this relates to Testflight?

App does not contain the correct beta entitlement

like image 771
Aaron Wojnowski Avatar asked Sep 10 '14 03:09

Aaron Wojnowski


1 Answers

Please regenerate your provisioning profile. It will Fix this problem it's because the missing entitlement is now there beta-reports-active = 1 enter image description here

After creating the new provisioning profile, make sure the entitlement is there.

Here is how it should look like when you click in Organizer "Export.." -> "Save for iOS App Store Deployment":

enter image description here

like image 54
Nitin Avatar answered Sep 30 '22 02:09

Nitin