questions regarding Microsoft's CodePush service for dynamic code updates to mobile apps. CodePush is part of the Microsoft App Center
Questions tagged [code-push]
236 questions
5
votes
3 answers
React Native codePush rollback after restart
I'm trying to implement AppCenter CodePush to update Javascript code without having to go through the App Store review process.
I've followed both the iOS and Android steps mentioned here to setup multi deployment…

Kevin Etore
- 1,046
- 3
- 14
- 32
5
votes
0 answers
React Native app crashes on the first launch only
When loading my app for the first time, it crashes with the following error:
facebook::react::Recoverable: Could not open file/data/user/0/****/files/ReactNativeDevBundle.js: No such file or directory
Upon reading similar issues, it points to a…

AdamT
- 71
- 8
5
votes
5 answers
CodePush for FlutterIO
I already know about CodePush for Cordova & ReactNative.
Source : https://learn.microsoft.com/en-us/appcenter/distribution/codepush/
Is there any CodePush Solution for FlutterIO on Production Environment?
Or is it already supported as it already…

Xnuxer
- 117
- 1
- 2
- 8
5
votes
0 answers
CodePush + React Native: How do I view my staging release?
I am trying to install https://github.com/Microsoft/react-native-code-push so that I can push without going through the app store.
I just ran code-push release-react MyAppName ios --deploymentName Staging. I also ran code-push release-react…

bigpotato
- 26,262
- 56
- 178
- 334
4
votes
2 answers
React native monorepo with Microsoft appcenter
How can I build / distribute react native apps on appcenter using a monorepo? I've tried lerna and nx but no luck with either.
user9614031
4
votes
1 answer
How to manage react-native codepush versions?
I'm going to apply codepush to react-native.
The app is currently distributed to the store.
I haven't applied codepush yet.
But I have a question.
For example, suppose the version of the app deployed in the store is v1.0.0.
And we applied codepush…

DongHak
- 71
- 4
4
votes
1 answer
resolving assets relative to react native bundle file outside project root
Issue(android): where to place image assets relative to js bundle file if bundle file is located outside of project root?
We have a small service where we upload JS bundles on each build. So, for example we have app com.example, if we want to update…

ryzhak
- 395
- 5
- 13
4
votes
4 answers
Receiving javascript heap out of memory when building Microsoft CodePush
I only receive this error when building a CodePush release.
$appcenter codepush release-react -a APPNAME.com/APPNAME-ios -d Production --mandatory --output-dir ./build -t 1.x.x;
transform[stderr]: FATAL ERROR: Ineffective mark-compacts near heap…

TIMEX
- 259,804
- 351
- 777
- 1,080
4
votes
3 answers
Sentry React-Native with CodePush not using source maps
I can't seem to figure this out. Can someone please help me troubleshoot this? I'm using CodePush to upload my app and I want Sentry to handle my errors since the appcenter diagnostics are not very good.
I have this in a root component of my…

Jordan
- 2,393
- 4
- 30
- 60
4
votes
2 answers
iOS react native app does not update from CodePush server
I've followed the instructions to set up CodePush properly. First, I push to AppCenter:
$ appcenter codepush release-react -a myUser/appName -d Production
Detecting ios app version:
Using the target binary version value "1.0" from…

TIMEX
- 259,804
- 351
- 777
- 1,080
4
votes
1 answer
iOS react-native-code-push app working in debug / release mode but white screen with archived TestFlight app
I'm trying to use Microsoft Code Push to update the JS bundle without submitting the app to iTunes again.
On debug and release mode, the app can successfully load the bundle via Code Push and install updates at the next startup.
Unlike the debug /…

Al3
- 165
- 1
- 3
- 10
4
votes
1 answer
React Native WebView offline-first or local content
I am building React Native application with integrated AppCenter SDKs (analytics, crash reporting, CodePush for in-app updates). This application is only a 'wrapper' for our online web presentation. The requirement is to make it offline-first with…

Jakub Dibala
- 51
- 4
4
votes
2 answers
Is there a difference between the staging and production env in code push?
I accidentally push the binary with staging key. Is there any real difference between the two stages(in terms of cli / library setting) aside from the obvious naming differences ?
Will I have problem trying to push updates using the staging env?

user3791980
- 435
- 9
- 18
4
votes
3 answers
CodePush: Where to find Deployment Key for Visual Studio project
I'm trying on code push in my Visual studio project now. I done installing cordova plugin code push and able to see the instance with console.log(codePush).
Now I try to run codePush.checkForUpdate() and I notice that I need to fill in the…

Koo SengSeng
- 933
- 3
- 12
- 31
4
votes
0 answers
How to use CodePush's(React Native plugin) staging and prod env for Android Play Store's open beta and prod releases?
The mechanism suggested in the documentation can ensure that my debug builds use staging deployment key and release build use production key.
But as far as I can understand(please correct me if I am wrong in this understanding), the debug builds…

prithsharma
- 111
- 6