How to change app version code in Ionic framework

How to change app version code in Ionic framework

In this post we will give you information about How to change app version code in Ionic framework. Hear we will give you detail about How to change app version code in Ionic frameworkAnd how to use it also give you demo for it if it is necessary.

When i was working on my android ionic app, i completed my app and upload in play store. But after few date when i need to some changes on that app and uploaded it again but i found error of android app version is not updated.

I did search on google and found one solution how to update android app version in ionic framework. So you have to open

config.xml file from root path and just change version=”0.0.1″ into version=”0.0.2″. Bellow file is your old file.

config.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<widget id="com.ionicframework.myapp577044" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">

<name>myApp</name>

........

You can see changes in bellow file:

config.xml updated

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<widget id="com.ionicframework.myapp577044" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">

<name>myApp</name>

........

Hope this code and post will helped you for implement How to change app version code in Ionic framework. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs

For More Info See :: laravel And github

Leave a Comment

Your email address will not be published. Required fields are marked *

  +  29  =  34

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US