Closed smout74 closed 5 years ago
The plugin works fine in Ionic 4 with:
ionic cordova build android
but not with:
ionic cordova build android --prod
error: Native: tried calling AppUpdate.checkAppUpdate, but the AppUpdate plugin is not installed. Install the AppUpdate plugin: 'ionic cordova plugin add cordova-plugin-app-update'
It seems Ionic 4 is a lot faster for my app, so I am forced the use Platform, then all works fine.
The plugin works fine in Ionic 4 with:
ionic cordova build android
but not with:
ionic cordova build android --prod
error: Native: tried calling AppUpdate.checkAppUpdate, but the AppUpdate plugin is not installed. Install the AppUpdate plugin: 'ionic cordova plugin add cordova-plugin-app-update'