poetic/ember-cli-cordova

How to sign and publish to appstore

Closed this issue · 3 comments

Would be great to see a little guide in the docs how to sign apps for the app store & play store!

Also just from reading a few tutorials on how to do this - for example http://ionicframework.com/docs/guide/publishing.html, it also seems something that ember-cli-cordova could automate completely. Simply by providing the keys in a specified location, ember-cli-cordova could handle the rest.

Thoughts?

dukex commented

Hi @xypaul
Today I use the Makefile to create the play store apk.

The google documentation is very userful see Publishing

The only thing I missing in ember-cli-cordova is update android versionCode (I made a pull reques about it #127)

@dukex very cool makefile. appreciate you sharing it 👍

Version code upgrade would be awesome :)

dukex commented

Thanks @xypaul