vaenow / cordova-plugin-app-update

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

Add two optional options that are used to skip dialogs #96

Closed loban closed 6 years ago

loban commented 6 years ago

Users of the plugin (including me) may want to create a seamless experience for their users and not show any dialog prompts. This patch allows two additional options when calling the checkAppUpdate() function.

This was inspired by pull request https://github.com/vaenow/cordova-plugin-app-update/pull/78, and incorporates the request to make it an optional feature.

vaenow commented 6 years ago

I have reviewed your code, it looks good. Thank you @loban for your a lot of contributions 🍻

loban commented 6 years ago

You're welcome! Glad to help. This plugin has been very useful in our current project.