skip to Main Content

While uploading IOS app using transporter to App Store Connect I am getting below error.

You do not have required contracts to perform an operation.

this was the response object.

{
    "id" : "*****************************",
    "status" : "403",
    "code" : "FORBIDDEN_ERROR.CONTRACT_NOT_VALID",
    "title" : "You do not have required contracts to perform an operation",
    "detail" : "You do not have required contracts to perform an operation."
  }

The distribution certificate on my mac machine is valid and not expired. There was no errors in archiving ipa.

below is the transporter app screenshot.

enter image description here

2

Answers


  1. Chosen as BEST ANSWER

    The issue has been fixed by accepting the new agreement.

    Thankyou community .


  2. This issue comes when you try to sign or upload iOS application to TestFlight or App Store.

    You will face this issue wherever there is a new license agreement updated by Apple.

    To solve this,
    You just need to login to https://developer.apple.com and Accept the Terms and conditions.

    If you are sub-developer for that account, please contact your Admin/account holder.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search