Closed cetinahmetemre closed 2 months ago
Even though the application can download the bundle successfully, it rolls back during installation. I am experiencing this issue only on the iOS platform. This error started after upgrading React native version to 0.72.x
const codePushOptions = { updateDialog: false, checkFrequency: codePush.CheckFrequency.ON_APP_RESUME, installMode: codePush.InstallMode.IMMEDIATE, minimumBackgroundDuration: 30 * 60, };
AppRegistry.registerComponent(appName, () => codePush(codePushOptions)(App));
CodePushDownloadProgress
Even though the application can download the bundle successfully, it rolls back during installation. I am experiencing this issue only on the iOS platform. This error started after upgrading React native version to 0.72.x
Steps to Reproduce
JS Codes
const codePushOptions = { updateDialog: false, checkFrequency: codePush.CheckFrequency.ON_APP_RESUME, installMode: codePush.InstallMode.IMMEDIATE, minimumBackgroundDuration: 30 * 60, };
AppRegistry.registerComponent(appName, () => codePush(codePushOptions)(App));
Logs
CodePushDownloadProgress
with no listeners registered.Environment