cordova-plugin-code-push
cordova-plugin-code-push copied to clipboard
Ionic Code Push - Cordova - App user data increases to 134 MB on app load
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Description
Ionic Code Push - Cordova - App user data increases to 134 MB on app load
Reproduction
Once i installed the app with Code push check , The app initially takes 13 MB as of Code push bundle size (13 MB) From App center ... While the app loads suddenly , the app size increases to 134 MB in user data ....Is there any way to reduce the user data with the code push files

Code Below: this.codePush.sync({ installMode: InstallMode.IMMEDIATE }).subscribe( (data) => { console.log('CODE PUSH SUCCESSFUL: ' + data);
},
(err) => {
console.log('CODE PUSH ERROR: ' + err);
}
);
Additional Information
- cordova-plugin-code-push version: ^1.12.0
- List of installed plugins:
- Cordova version: 5.0.0
- iOS/Android/Windows version: Android and IOS
- Does this reproduce on a debug build or release build? : Both debug and release build
- Does this reproduce on a simulator, or only on a physical device?
(The more info the faster we will be able to address it!)
Are you using a simulator or a real device? Are you using a production (export) or development (debug) build?
Hi @manojkumaraut! Unfortunately, I couldn't reproduce this issue. Could you please provide a demo project?