iOS Question Problem uploading to Itunes connect.

janderkan

Well-Known Member
Licensed User
Longtime User
2023-02-20 18:22:16.177 Non-localized server string received: 'Please sign in with an app-specific password. You can create one at appleid.apple.com. (-22910)'.
2023-02-20 18:22:16.177 Non-localized server string received: 'Please sign in with an app-specific password. You can create one at appleid.apple.com.'.
2023-02-20 18:22:16.231 Bad status code: <MZWebServiceDAWTokenForUsernameAndPassword: 0x7f8d8f009350>
2023-02-20 18:22:16.232 *** Error: Error uploading 'Futedo App.ipa'.
2023-02-20 18:22:16.232 *** Error: Unable to upload archive. Failed to get authorization for username '[email protected]' and password. (
"Error Domain=NSCocoaErrorDomain Code=0 \"Status code: 0\" UserInfo={NSLocalizedDescription=Status code: 0, NSLocalizedFailureReason=The auth server returned a bad status code.}"
) (-1011)
{
NSLocalizedDescription = "Unable to upload archive.";
NSLocalizedFailureReason = "Failed to get authorization for username '[email protected]' and password. (\n \"Error Domain=NSCocoaErrorDomain Code=0 \\\"Status code: 0\\\" UserInfo={NSLocalizedDescription=Status code: 0, NSLocalizedFailureReason=The auth server returned a bad status code.}\"\n)";
}
 
Top