Post

Replies

Boosts

Views

Activity

Reply to altool fails with "The auth server returned a bad status code"
Hi, This error is coming often now. I have tried the following command it is giving output. xcrun altool --list-providers --username "username" --password "@keychain:NOTARIZE_PASSWORD" I am using app specific password generated for my user name. I got the following output for the above command. 2022-01-31 14:55:51.693 altool[99127:17893146] CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called ProviderName ProviderShortname PublicID                             WWDRTeamID  ------------ ----------------- ------------------------------------ ----------  xxxxx      xxxx            69a6de70-xxxxx-xxxxxx-xxxxxxxxx 82xxxxxxxxC  macOS: 11.0.1 Xcode: 12.3 regards Prema Kumar
Jan ’22
Reply to After changing the Apple ID password, app specific passwords are not working even after creating new app specific password
Hi Quinn, Following command also fails xcrun notarytool store-credentials NOTARY_TOOL_PASS --apple-id Apple_ID --team-id team_ID --password app-specific-password This process stores your credentials securely in the Keychain. You reference these credentials later using a profile name. Validating your credentials... Error: HTTP status code: 401. Invalid credentials. Username or password is incorrect. Use the app-specific password generated at appleid.apple.com. Ensure that all authentication arguments are correct. regards Prema Kumar
Topic: Code Signing SubTopic: Notarization Tags:
Jun ’22