I am developing an App using Ionic / Cordova and I had some doubts, they are:
Package.Json
so you do not have future problems when generating a
update it on Google Play or the Apple Store ? I am developing an App using Ionic / Cordova and I had some doubts, they are:
Package.Json
so you do not have future problems when generating a
update it on Google Play or the Apple Store ? You do not need to change anything in package.json
, the only file you should modify every time you generate a new version of the App is config.xml
, which is at the root of the project. Modify only the versionCode
and version
that the framework will do the rest for you.
<widget id="com.ionicframework.application466003" android-versionCode="100000" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
To publish your App follow the tutorial of the page of the ionic framework: link