vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 147 forks source link

Ionic 4 plugin not included with --prod mode #122

Closed smout74 closed 5 years ago

smout74 commented 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'

smout74 commented 5 years ago

It seems Ionic 4 is a lot faster for my app, so I am forced the use Platform, then all works fine.