diff --git a/CodePush.ios.js b/CodePush.ios.js index 6599bf6..cf58aa5 100644 --- a/CodePush.ios.js +++ b/CodePush.ios.js @@ -274,8 +274,6 @@ function sync(options = {}, syncStatusChangeCallback, downloadProgressCallback) }); }; -codePush.installPendingUpdate(); - var CodePush = { checkForUpdate: checkForUpdate, getConfiguration: getConfiguration,