- Uploads your
Android Apps
➔Google Play
- Choose upload to Alpha, Beta or Production stage.
- Promote apk from stages.
gem install capkin
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
Config file (just run capkin
to generate):
app: 'Foo' # App name
build: 'build/' # App apk folder
On Google Developer:
Create a new project
On Play:
Settings > API access > Link your developer project
APIs & auth > Credentials > Add credential > Service Account > JSON
export GOOGLE_APPLICATION_CREDENTIALS='/path/to/googs.json'
APIs & auth > Credentials > Add credential > OAuth 2.0 client ID > Other
TODO
If you're using cordova/phonegap/ionic, also check out: