This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
CheckForUpdate and determine if there is a new binary version #260
Closed
Description
Description
Is there a public method to determine if there is a new Binary version available? When checking for an update, the console logs
An update is available, but it is targeting a newer binary version than you are currently running.
but the calls internally
appUpToDate();
I would like to send the user to a URL to download the new binary version
Additional Information
- cordova-plugin-code-push version: 2.0.1-beta
- Cordova version: 6.4.0
- Does this reproduce on a simulator, or only on a physical device? Both