I'm using codepush on a cordova application, And I published a codepush version for v0.6.0.
I had add extra SDK's and uploaded new binaries to app store, When the user downloads the update from the appstore the codepush plugin still points the user to the old version location.
Is there a way that when the app is update from the store it will be used as the latest version? (In the case that codepush doesnt know a newer version).
I want to avoid the situation which will cause my users to download 2 updates, one from the store and than again from codepush.