Closed gran33 closed 8 years ago
Hi @gran33 Deliver is for interfacing with iTunes Connect and pushing new builds there. It does not interface with the Developer portal as Sigh
and Cert
do for obtaining all the assets needed to complete the build.
To answer your second question, Deliver is one of the fastlane tools and doesn't include all of the other tools in the set.
Hope that helps
Thanks for jumping in @truth3 :+1:
This issue was migrated to https://github.com/fastlane/fastlane/issues/2130. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
Hi, First, Thanks! Great great tool.
I use this tool, bunch of these tools, and I figure out that I can use
Deliver
as I useProduce
, I mean thatDeliver
can also create a new app in iTunes Connect asProduce
does.Even more,
Deliver
can also do whatCert
does and create a new certificate in Apple member centre.So,
Sigh
andCert
then? And,Deliver
contains all relevantFastlane
tools?Thanks in advance!