vaenow / cordova-plugin-app-update

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

UPDATE the IONIC corresponding plugin #86

Closed arthursp closed 6 years ago

arthursp commented 6 years ago

Hello,

could you please update the corresponding IONIC native plugin to match parameters ?

vaenow commented 6 years ago

Hi @arthursp ,

I've found the source code about the native plugin. https://github.com/ionic-team/ionic-native/blob/master/src/%40ionic-native/plugins/app-update/index.ts

I'm not familiar with ionic. but don't worry, I will still fix the parameters asap.

arthursp commented 6 years ago

Hi @vaenow, sorry I thought you were the author of the ionic plugin corresponding to your cordova plugin. I allready fixed it on my project, the only thing to do is to add the auth parameter :

checkAppUpdate(updateUrl: string, auth:any): Promise;

vaenow commented 6 years ago

👍 cool