cordova-plugin-code-push icon indicating copy to clipboard operation
cordova-plugin-code-push copied to clipboard

Ionic Code Push - Cordova - App user data increases to 134 MB on app load

Open manojkumaraut opened this issue 5 years ago • 2 comments

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 image

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!)

manojkumaraut avatar Apr 28 '20 16:04 manojkumaraut

Are you using a simulator or a real device? Are you using a production (export) or development (debug) build?

ermik avatar Jul 27 '20 15:07 ermik

Hi @manojkumaraut! Unfortunately, I couldn't reproduce this issue. Could you please provide a demo project?

Krasavinigor avatar Aug 26 '20 16:08 Krasavinigor