fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Deliver vs Cert + Produce (+Sigh) #526

Closed gran33 closed 8 years ago

gran33 commented 8 years ago

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 use Produce, I mean that Deliver can also create a new app in iTunes Connect as Produce does.

Even more, Deliver can also do what Cert does and create a new certificate in Apple member centre.

So,

  1. Why do I need Sigh and Cert then? And,
  2. Does Deliver contains all relevant Fastlane tools?

Thanks in advance!

truth3 commented 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

KrauseFx commented 8 years ago

Thanks for jumping in @truth3 :+1:

fastlanebot commented 8 years ago

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: