iOS Question [Solved] Upload to iTunes connect: FORBIDDEN_ERROR.CONTRACT_NOT_VALID

schimanski

Well-Known Member
Licensed User
Longtime User
I tried to upload my project to itunes connect. Is the same code, which i have uploaded times before to distribute the app over testflight. What does this error mean?


B4X:
2024-07-06 04:52:56.982 DEBUG: [ContentDelivery.Uploader] REQUEST CREATE CONTAINER (ASSET_UPLOAD): received status code 403; forbidden.
2024-07-06 04:52:56.983 Failed to request an upload. (
    "Error Domain=ContentDelivery Code=403 \"You do not have required contracts to perform an operation\" UserInfo={NSLocalizedFailureReason=You do not have required contracts to perform an operation. (ID: 231b6f90-f209-4a17-b749-e11bc21030ef), NSUnderlyingError=0x600001bfbab0 {Error Domain=IrisAPI Code=-19241 \"You do not have required contracts to perform an operation\" UserInfo={status=403, detail=You do not have required contracts to perform an operation., id=231b6f90-f209-4a17-b749-e11bc21030ef, code=FORBIDDEN_ERROR.CONTRACT_NOT_VALID, title=You do not have required contracts to perform an operation, NSLocalizedFailureReason=You do not have required contracts to perform an operation., NSLocalizedDescription=You do not have required contracts to perform an operation}}, iris-code=FORBIDDEN_ERROR.CONTRACT_NOT_VALID, NSLocalizedDescription=You do not have required contracts to perform an operation}"
)
2024-07-06 04:52:56.983 Has version info conflict: NO, Previous version info: (null)
2024-07-06 04:52:56.987 *** Error: Error uploading 'C:\Projekte ab 2023 und 2024\18 EIS Plan IOs\Version 2.84 Testflight abgelaufen\Objects\EIS PLAN.ipa'.
2024-07-06 04:52:56.987 *** Error: You do not have required contracts to perform an operation You do not have required contracts to perform an operation. (ID: 231b6f90-f209-4a17-b749-e11bc21030ef) (403)
 {
    NSLocalizedDescription = "You do not have required contracts to perform an operation";
    NSLocalizedFailureReason = "You do not have required contracts to perform an operation. (ID: 231b6f90-f209-4a17-b749-e11bc21030ef)";
    NSUnderlyingError = "Error Domain=IrisAPI Code=-19241 \"You do not have required contracts to perform an operation\" UserInfo={status=403, detail=You do not have required contracts to perform an operation., id=231b6f90-f209-4a17-b749-e11bc21030ef, code=FORBIDDEN_ERROR.CONTRACT_NOT_VALID, title=You do not have required contracts to perform an operation, NSLocalizedFailureReason=You do not have required contracts to perform an operation., NSLocalizedDescription=You do not have required contracts to perform an operation}";
    "iris-code" = "FORBIDDEN_ERROR.CONTRACT_NOT_VALID";
}
 
Top