microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.99k stars 1.48k forks source link

Rollback only ios #2741

Closed cetinahmetemre closed 2 months ago

cetinahmetemre commented 3 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

Steps to Reproduce

  1. Download bundle
  2. Restart App
  3. Installing bundle
  4. Rollback to main bundle

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

Environment