App Specific pw
-
@Sampletekk Not sure about that store-credentials thingy. This is the line I'm using
xcrun notarytool submit --apple-id "$apple_id" --password "$app_specific_password" --team-id "$team_id_for_notarization" "MyInstaller.pkg"
-
@Sampletekk said in App Specific pw:
@d-healey said in App Specific pw:
@Sampletekk said in App Specific pw:
That doesn't work.
What makes you think it's the App Specific password that isn't working and not something else?
This:
yeah that store-credentials is all wrong, and you are missing the app-specifc-password in any case, probably best to read as much of this as you can manage:
-
@Lindon said in App Specific pw:
@Sampletekk said in App Specific pw:
@d-healey said in App Specific pw:
@Sampletekk said in App Specific pw:
That doesn't work.
What makes you think it's the App Specific password that isn't working and not something else?
This:
yeah that store-credentials is all wrong, and you are missing the app-specifc-password in any case, probably best to read as much of this as you can manage:
I've entered the app-specific pw in the process, when prompted:
-
@Sampletekk well none of us does it this way.... look up the CLI command to execute notary-tool and follow that. Its right there in the first post in the link I sent you:
xcrun notarytool submit --apple-id "you apple id" --password "your notarytool password" --team-id "your team id" --wait "plugin.zip"
-
@Lindon Ok, I'll try that!
-
Just a question: I assume that you login to your apple account at https://account.apple.com/ when making app specific passwords, correct? And that you login to your developes account at: https://developer.apple.com/account/ Is this correct?
-
@Sampletekk Yes
-
@d-healey said in App Specific pw:
@Sampletekk Yes
Do you need to do something to "connect" the developer side with the private side? Any settings that needs to be made?
-
@Sampletekk Not that I recall.
-
@Sampletekk said in App Specific pw:
@d-healey said in App Specific pw:
@Sampletekk Yes
Do you need to do something to "connect" the developer side with the private side? Any settings that needs to be made?
When you enroll to the Apple developer account, you should use your Apple ID, so in that case they would be connected.