Hi All,
I have created a new version of Ionic v3 App on Android using “ionic cordova build android --release --prod” after bumping the version no of the app in config.xml.
The upload to Play Store is successful but trying to update the App on device does not show the Open button instead of Update button. I want to avoid uninstalling and re-installing the app.
Here is my config info:
$ ionic info
cli packages: (E:\N\node_modules)@ionic/cli-utils : 1.9.2 ionic (Ionic CLI) : 3.9.2
System:
Node : v8.1.2 npm : 5.0.3 OS : Windows 10
I have googled all over the place for a solution. People have mentioned versioning problem, signing issue as possible causes. But these are ruled out as I have verified that they are ok.
Coud it be poblem with cordova build tools issue?
$ cordova -v
7.0.1
Checking here if anyone has seen this problem before and know a solution.
Thanks,
-M