Project

capkin

0.0
No commit activity in last 3 years
No release in over 3 years
Uploads your apps to Google Play
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Capkin

Gem Version Dependency Status

  • Uploads your Android AppsGoogle Play
  • Choose upload to Alpha, Beta or Production stage.
  • Promote apk from stages.

Install

gem install capkin

Use

To upload a new .apk:

TODO

To upload a new version .apk:

capkin production
capkin beta
capkin # defaults to 'alpha'

To move current version to another stage:

TODO

Capkin

Config file (just run capkin to generate):

app: 'Foo'             # App name
build: 'build/'        # App apk folder

Login/Auth

On Google Developer:

Create a new project

On Play:

Settings > API access > Link your developer project

JSON Key

APIs & auth > Credentials > Add credential > Service Account > JSON

export GOOGLE_APPLICATION_CREDENTIALS='/path/to/googs.json'

Client/Secret

APIs & auth > Credentials > Add credential > OAuth 2.0 client ID > Other

TODO

Cordova Rake

If you're using cordova/phonegap/ionic, also check out:

https://github.com/nofxx/cordova-rake