App “does not contain the correct beta entitlement”

前端 未结 14 1905
故里飘歌
故里飘歌 2020-11-27 12:47

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 b

相关标签:
14条回答
  • 2020-11-27 13:05

    Actually you can still choose the uploaded "error" build and submit for review. The status will be changed to "waiting for review".

    0 讨论(0)
  • 2020-11-27 13:05

    I got same issue. After regenerating provisioning profiles I again got same issue. Then I uploaded binary via Xcode and it solved the issue.

    It seems like issue is with Application Loader. Use Xcode to upload the binary.

    0 讨论(0)
  • 2020-11-27 13:09

    In XCode, select the Target and go to the Capabilities tab. Look for any "Fix Issue" links. If you can't find any, try toggling a capability (say Wallet) on and off again to regenerate your entitlements file.

    0 讨论(0)
  • 2020-11-27 13:12

    There are two step here:

    1. Regenerate your provisioning profiles. Especially the AppStore provisioning profile to make sure the beta entitlement is there.
    2. Archive and export your build by selecting the option "Save for iOS App Store Deployment"

    enter image description here

    Some of the mistakes comes from exporting the archive using the AdHoc deployment.

    I bet Apple might remove AdHoc deployment in the future since TestFlight Beta Testing using AppStore builds serves the purpose.

    Hope this helps.

    0 讨论(0)
  • 2020-11-27 13:14

    For all it's worth I was using the Application Loader to upload the app and I never managed to get it to work (Application loader version 3.0 (620)). Once I tried using xCode via the Archive method things worked great. You can also tell if the Beta entitlement is present before submission.

    enter image description here

    0 讨论(0)
  • 2020-11-27 13:15

    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

    0 讨论(0)
提交回复
热议问题