Skip to content

Is there a way to validate an archive for the App Store with deliver? #20204

Discussion options

You must be logged in to vote

Hi @pol-piella I currently don't see a way to validate a build with fastlane/deliver.
I see two ways of handling this:

  1. Use of altool could be wrapped in fastlane action or used in a custom plugin https://docs.fastlane.tools/plugins/create-plugin/

  2. Using transporter to verify the build, similarly to uploading a build.
    As you say, with validate option added to deliver, deliver could verify the build instead of uploading it to appstore connect.
    I've briefly taken a look at transporter guide https://help.apple.com/itc/transporteruserguide/en.lproj/static.html#apdATD1E2248-D1E1A1303-D1E2248A1126 and verify mode looks promising.

If you want to see how build's are uploaded with transporter,…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@polpielladev
Comment options

@lucgrabowski
Comment options

@polpielladev
Comment options

Answer selected by polpielladev
Comment options

You must be logged in to vote
1 reply
@lucgrabowski
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants