Topic: apple
Commands in the Apple topic are prefixed shipthis apple
. They relate to linking your ShipThis account with your Apple Developer Account. You need to be authenticated against ShipThis (by running shipthis login
) before running the Apple commands.
Status
Display the status of your ShipThis integration with your Apple Developer account.
Login
Authenticate against the Apple API and persists the session cookies so that you do not need to re-authenticate between commands.
Your Apple credentials never leave your computer. ShipThis saves the cookies to ~/.shipthis.auth.json
Apple Topics
API Keys
Manage App Store Connect API Keys in your Apple Developer account and their corresponding the private keys in your ShipThis account
App Store Connect API Keys are used to upload your game to the App Store. The same API key can be used to upload multiple games.
shipthis apple apiKey create
shipthis apple apiKey export FILE
shipthis apple apiKey import FILE
shipthis apple apiKey status
Certificates
Manage iOS Distribution Certificates in your Apple Developer account and their corresponding private keys in your ShipThis account
Your iOS Distribution Certificate is used to sign all of your games before upload to the App Store. The same certificate can be used to sign multiple games.
shipthis apple certificate create
shipthis apple certificate export FILE
shipthis apple certificate import FILE
shipthis apple certificate status