Hello guys, App Version does not work at iOS simulator “iPhone 6s” but works in “iPhone X”.
In android works fine.
“cordova-plugin-app-version”: “0.1.9”
this.appVersion.getVersionNumber().then( (value) => {
this.versao = value;
});
Hello guys, App Version does not work at iOS simulator “iPhone 6s” but works in “iPhone X”.
In android works fine.
“cordova-plugin-app-version”: “0.1.9”
this.appVersion.getVersionNumber().then( (value) => {
this.versao = value;
});
Sometimes doest not work in iPhone X
Have you wrapped the call in platform.ready()?
Sorry, that was the problem
Thanks