Skip to content
New issue

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

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

Already on GitHub? # to your account

Add a package/publish command for Android #1617

Open
rosen-vladimirov opened this issue Mar 17, 2016 · 2 comments
Open

Add a package/publish command for Android #1617

rosen-vladimirov opened this issue Mar 17, 2016 · 2 comments
Labels
feature os: android publish Describes issues that are related to publishing applications

Comments

@rosen-vladimirov
Copy link
Contributor

Similar to tns publish ios we need tns publish android command.
More info here:
#1172

@Mitko-Kerezov
Copy link
Contributor

According to the official docs, there is a Publishing API. Its capabilities are very limited however, as it actually cannot perform an initial upload.

Meaning that users would be required to create an entry for their application, fill in all the information and manually upload an .apk file the first time. From then on the potential $ tns android publish command can be used to upload new versions or manage existing versions' tracks - alpha, beta, staging, etc.

Aside from this, there appears to be a gradle plugin, serving as a wrapper over the Publishing API. As such it too has the limitation of having to perform the initial upload manually.

Given those circumstances, such a command has far less value than $ tns publish ios

@rosen-vladimirov rosen-vladimirov modified the milestones: 2.1 (Under consideration), 2.0 Apr 18, 2016
@rosen-vladimirov rosen-vladimirov removed this from the 2.1 (Under consideration) milestone May 26, 2016
@PanayotCankov
Copy link
Contributor

For CI it has potential enough.

@tsonevn tsonevn added this to the 2.6.0 (TBD) milestone Dec 5, 2016
@pkoleva pkoleva modified the milestone: 2.6.0 (TBD) Jan 26, 2017
@rosen-vladimirov rosen-vladimirov added the publish Describes issues that are related to publishing applications label May 22, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature os: android publish Describes issues that are related to publishing applications
Projects
None yet
Development

No branches or pull requests

6 participants