What with iTMS transporter now?

1.4k Views Asked by At

I need upload .ipa to appstore, i see support it in Linux (doc)

to the iTunes Store, Apple Books, and App Store.

-f or -assetFile <.ipa | .pkg> for macOS, Linux, and Windows uploads (for macOS notarization, use -assetFile <.dmg | .pkg | .zip>)

But now i got error

/usr/local/itms/bin/iTMSTransporter -m upload -f artifacts/artifact.ipa -u "$IOS_USERNAME" -p "$IOS_PASSWORD" -v detailed
...
<main> ERROR: /var/lib/jenkins/workspace/IOS/artifacts/artifact.ipa is NOT a directory. CANNOT check for invalid packages within it.
<main> ERROR: /var/lib/jenkins/workspace/IOS/artifacts/artifact.ipa is NOT a directory.

And some coal in itms help:

/usr/local/itms/bin/iTMSTransporter -help upload
 -f <arg>                              The -f option specifies either the source
                                   directory containing package(s) (.itmsp) you
                                   want to upload or specifies a filename for a
                                   single package, including the .itmsp extension,
                                   you want to upload.

How to upload .ipa to app store now?

0

There are 0 best solutions below