Skip to content

Release Story - Walking up the Last Mile to the Store #649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
4 of 6 tasks
PanayotCankov opened this issue Jul 16, 2015 · 2 comments
Closed
4 of 6 tasks

Release Story - Walking up the Last Mile to the Store #649

PanayotCankov opened this issue Jul 16, 2015 · 2 comments
Assignees

Comments

@PanayotCankov
Copy link
Contributor

PanayotCankov commented Jul 16, 2015

Once you are done developing you app, the CLI should allow you to easily pack apk/ipa ready for submission to the store.

For iOS this involves at least two things to be automated:

  • Exporting an archive, that later can be signed with distribution certificates and submitted to the store.
  • Sign and submit to the store directly from the command-line.

The first will be more useful for larger organizations whit more strict security policies. It should create an Xcode archive that later can be opened in the Xcode organizer and submitted manually through the Xcode UI. The archive also contains app that can be signed and submitted to the AppStore from the command-line by more advanced users.

The second will be more useful for indie developers and small companies with less Bureaucracy that are ok to keep the distribution certificates in their keychain. It will also be useful for automated builds to submit automatically (similar to Telerik's companion app build). It would be extremely useful if this logs detailed distribution certificate and provisioning profile problems.

We need this elaborated for android.


Related iOS issues

Android

  • Supports --key-store options which is enough to produce APK ready for submission
@ligaz
Copy link

ligaz commented Jul 16, 2015

Having #558 in place will allow developers to sign the app with a given certificate. Ability to publish from the Command-Line is doable by directly invoking the iTMSTransporter command line executable.

Regarding Android there is already a gradle plugin that does the publishing.

@lscown
Copy link

lscown commented Sep 8, 2015

Would really like to see signing for android from the CLI 👍

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

No branches or pull requests

4 participants