Today now here i will show you How to change app version code in Ionic framework?When i was try to working on my android ionic app, and also i was completed my app and also upload in play store. But after a few dates when i was need to some changes on that app and was uploaded it again but i was found an error of android app version is not updated.
Then I was search on google and found one solution about how to update the android app version in ionic framework. So we have to open config.xml file from the root path and just change the version=”0.0.1″ into version=”0.0.2″.
So Bellow file is our 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> ........
Here you can see changes in the 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>
........
Read Also: Generate Captcha code and Validation by using BotDetect package in laravel
Thanks for read. I hope it help you. For more you can follow us on facebook