vaenow / cordova-plugin-app-update

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

Prevent INSTALL_FAILED_CONFLICTING_PROVIDER error #60

Closed loban closed 6 years ago

loban commented 6 years ago

This happens when installing multiple apps that use this plugin.

This was solved by adding ${applicationId} to the android:authorities property, to make each provider unique. It is a standard solution also used in other official cordova plugins.

vaenow commented 6 years ago

Thank you @loban