Profile is not an “iOS App Store” profile

前端 未结 4 790
眼角桃花
眼角桃花 2021-02-14 03:13

Using Xcode 9.

  1. Working on app store build validation.
  2. Created an app with app store profile.
  3. Archived successfully
  4. Tr
4条回答
  •  天涯浪人
    2021-02-14 03:54

    I think you are selected Ad Hoc option to get .ipa file. Select App Store option to get the .ipa file, then use Application loader to submit .ipa file.

    In my case i'm getting email like this...

    Missing beta entitlement - Your app does not include the beta-reports-active entitlement. If you intend to distribute this build via TestFlight for beta testing, please re-build this app with an App Store Distribution provisioning profile. Do not use ad-hoc profiles.
    
    After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.
    
    Regards,
    The App Store team
    

    Then i changed the option from Ad Hoc to App Store... enter image description here

提交回复
热议问题