App Version does not work at iOS simulator

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()?

1 Like

Sorry, that was the problem

Thanks