Questions tagged [code-push]

questions regarding Microsoft's CodePush service for dynamic code updates to mobile apps. CodePush is part of the Microsoft App Center

236 questions
3
votes
1 answer

Error when CodePush (Cordova) meta tag is included

I have the next error showed in Chrome console : Refused to execute inline script because it violates the following Content Security Policy directive: "default-src https://codepush.azurewebsites.net 'self' data: gap: https://ssl.gstatic.com…
3
votes
1 answer

Android staging build type for Code-Push Multiple Deployment

According to Multiple Deployment testing in the Code Push tutorial, it is described, on Android, how to set the Staging key on the Debug build, and Production key on the Release build. However I find this insufficient, a Debug build will not run in…
carleryd
  • 152
  • 1
  • 11
3
votes
1 answer

How to use multiple ReactNativeHosts for CodePush within one Application?

I want to integrate React Native based modules to my existing Android application. This works quite nice so far but I also want to integrate CodePush to deploy updates to my application. The important point is that the modules should be independent…
K. D.
  • 4,041
  • 9
  • 48
  • 72
3
votes
1 answer

Code push return 400 error

I use the MS CodePush to push react native code, but the log shows: [CodePush] 400: An update check must include a deployment key, and provide a semver compliant app version. I have supplied the deployment key in Activity: @Override protected…
herbertD
  • 10,657
  • 13
  • 50
  • 77
3
votes
1 answer

React native android code push installRelease build fails

I am trying to add code push to my react native app, and followed all steps mentioned in https://github.com/Microsoft/react-native-code-push After doing it, my debug build works fine I use : $ ./gradlew installDebug but the release build fails…
jay shah
  • 903
  • 6
  • 21
3
votes
1 answer

Unable to run CodePush offline bundle when connected to chrome debugger. Using React Native with iOS

I'm using CodePush with React Native and iOS. When hooked up to the chrome debugger with CodePush, while using the CodePush offline bundle, I get this error: Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The…
Nader Dabit
  • 52,483
  • 13
  • 107
  • 91
2
votes
1 answer

IOS: React Native -> Code push (app-center ), changes does not reflect with react-native: "0.70.6" and "react-native-code-push": "^7.0.5"

IOS: React Native -> Code push (app-center ), changes does not reflect with react-native: "0.70.6" and "react-native-code-push": "^7.0.5" We are trying to deploy code via code-push. for android it looks fine now with some setting, but IOS build does…
2
votes
0 answers

using CodePush without ejecting from expo

I am interest in using codepush with expo instead of expo-updates. The reason is that I find expo-updates to be overpriced. Is it possible to use CodePush without ejecting from expo? I would like to get some guidance on how to do this.
YarH
  • 65
  • 2
  • 9
2
votes
1 answer

how to send server-side source code in Flutter (Code Push)

Is it possible to write a flutter code and save it inside server and then send it to a flutter application and implement this code .. Is this possible? You can take a look at this: https://pub.dev/packages/flutter_code_push I tried a lot of things…
ALNAJJAR
  • 292
  • 3
  • 11
2
votes
0 answers

Delivering React Native JS bundle via CDN

CodePush is having issues and it is affecting my CD pipeline (12kbps downloads) What would be the challenges in just delivering the js bundle via CDN (e.g. Cloudfront)?
softcode
  • 4,358
  • 12
  • 41
  • 68
2
votes
0 answers

Live-updates in cross-platform mobile frameworks (Ionic, React-Native, Flutter) - CodePush, Chimera

I might need to decide for a company which technology to choose, Ionic (with Cordova or Capacitor) or React Native. In this context, please help me to understand the Code-Push process. Ionic ships all non-native code for an utilized (system-default)…
Phil
  • 7,065
  • 8
  • 49
  • 91
2
votes
0 answers

react native code push not updating changes in released APK

I done all react native code push stuff . but when I run cmd = "appcenter codepush release-react -a xyz.abc-gmail.com/AppName -d Production". Then am getting message = "Successfully released an update containing the…
user14877357
2
votes
0 answers

how to use code-push functionality in an Ionic Capacitor project?

I Need to update my Ionic Capacitor app(React).I tried the code-push with Cordova Plugin. But not working for me. Anyone know about the code-push technology with capacitor plugin? or How can we use the Cordova code-push in a capacitor app?. Please…
2
votes
0 answers

How CodePush bundle download works for the final user?

I'm trying to understand how the code-push bundle size is calculated to understand the impact of the network requests for the final user I'm debugging the update_check endpoint that is triggered by codePush.sync and I realize that in some updates…
2
votes
2 answers

MS AppCenter CodePush not updating

I'm trying to use MS AppCenter CodePush to push update to an Android app. I'm able to push updates to the CodePush server, and the app can see that there are updates, however it never decides to download and install the update. The current release…
Dylan Smith
  • 491
  • 5
  • 11