How to update Cordova Based App when new version is Available in AppStore?

Viewed 3403

I have Developed a Cordova Based Application which is published to Both IOS and Apple Store, I want users to get notified when there is a new version and allow users to update the app from App Store, Currently, I have tried few plugins but most of them are not working, Can someone help me how to Notify to Users for Update ?

1 Answers

Have you tried this plugin ? https://github.com/AyogoHealth/cordova-plugin-update-notifier

cordova-plugin-update-notifier This plugin provides a mechanism for showing an in-app notification when a new version of the app is available for download from the App Store or Play Store.

For iOS, this uses the Siren library.

For Android, this implements the Play Store In-App Update system.

Related