Hi,
My workflow currently uses deploy-to-itunesconnect-deliver
to push an IPA to iTunes. The problem we’re experiencing is that we don’t find out about validation errors (like missing icons or whatever) until this step executes (which is only when we release). What I’d like to be able to do is automate the execution of verification (via altool
) upon every build (even dev builds).
Is this possible? I can’t see anything in the deploy-to-itunesconnect-deliver
step that facilitates this, nor can I find any guidance elsewhere. I realize I could potentially write my own integration with altool
, but I don’t want to re-invent the wheel here, and can also see how this would be useful to every iOS application.
Thanks