Friday, 26 May 2017

How to publish CORDOVA Application?

1) keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000

2) my-release-key.keystore copy this file into C:\Users\Mohit\Daily Gym\platforms\android

3) Make a file name release-signing.properties in this path C:\Users\Mohit\Daily Gym\platforms\android with the content

storeFile=NAME-mobileapps.keystore
storeType=jks
keyAlias=alias_name
// if you don't want to enter the password at every build, use this:
keyPassword=Webtics4321
storePassword=Webtics

No comments:

Post a Comment