when i am trying to upload apk file to google play store i am getting the below error
problem : you need to use a different version code for your APK because you already have one with version code 18
Solution : Visited many blogs for this issue, there i was miss guided for solution .
After many struggles did some changes in PROJECT-NAME\config.xml in the project root folder then correct revision generated to uploading the apk file store.
coming into solution in ionic cordova project there are two config files
1) I:\ionic\ionic-projects\PROJECT-NAME\config.xml
2) I:\ionic\ionic-projects\PROJECT-NAME\platforms\android\res\xml\config.xml
i was keep on changing the version number in the second location file because of this revision number is overriding res\xml\config.xml
and in the AndriodManifest.xml and the new revision number is not generating
widget id="com.ionicframework.schooltimes211713" version="0.0.2" xmlns="http://www.w3.org/ns/widgets"
problem : you need to use a different version code for your APK because you already have one with version code 18
Solution : Visited many blogs for this issue, there i was miss guided for solution .
After many struggles did some changes in PROJECT-NAME\config.xml in the project root folder then correct revision generated to uploading the apk file store.
coming into solution in ionic cordova project there are two config files
1) I:\ionic\ionic-projects\PROJECT-NAME\config.xml
2) I:\ionic\ionic-projects\PROJECT-NAME\platforms\android\res\xml\config.xml
i was keep on changing the version number in the second location file because of this revision number is overriding res\xml\config.xml
and in the AndriodManifest.xml and the new revision number is not generating
widget id="com.ionicframework.schooltimes211713" version="0.0.2" xmlns="http://www.w3.org/ns/widgets"