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
1
vote
1 answer
Update state on successful update with code push
I'm using code-push to update my react-native app. I don't want to upload it to App Store every time if I make an update, I want to push it directly to the users device.
It works fine, the app is updated but I'm trying to show an notification if the…

Boky
- 11,554
- 28
- 93
- 163
1
vote
2 answers
Can't register code-push
I try to check code-push.
I use Cordova into a docker machine into a virtual machine, in Windows.
My problem is that when I try to create an account with "code-push register", I get "A browser is being launched to authenticate your account...". This…

JohnF
- 23
- 1
- 6
1
vote
1 answer
Codepush - Updating the app from store issue
I'm using codepush on a cordova application, And I published a codepush version for v0.6.0.
I had add extra SDK's and uploaded new binaries to app store, When the user downloads the update from the appstore the codepush plugin still points the user…

Dima Grossman
- 2,800
- 2
- 21
- 26
1
vote
0 answers
React Native Code Push not building with Android but working for iOS
I have Code Push working with iOS perfectly. But after setting up an Code Push account for Android and setting up Android Studio I get the following error when I run: react-native run-android
* What went wrong:
Execution failed for task…

letter Q
- 14,735
- 33
- 79
- 118
1
vote
2 answers
Duplicate symbol error in iOS build using Ionic Package Build and XCode 8
I have recently added the codepush plugin to my ionic framework app. I have been using the ionic cloud build facility, but i have the following error. So i tried it on my local xcode and had the same issue. I've tried remove the codepush plugin but…

GMan
- 444
- 1
- 11
- 24
1
vote
1 answer
How to push latest code to specific iOS staging phones with react native code-push
So I have an React Native iOS app where I am successfully able to push my latest changes with the command:
code-push release-react Laybium ios -m --description "Modified code"
When I reload the app on my phone the new code is immediately used. What…

letter Q
- 14,735
- 33
- 79
- 118
1
vote
0 answers
react-native-code-push app restart loop
react-native-code-push version: 1.15.0-beta
react-native version: 0.35.0
iOS/Android/Windows version: Android 4.3
Does this reproduce on a debug build or release build? Release
Does this reproduce on a simulator, or only on a physical device?…

Logan
- 41
- 6
1
vote
0 answers
Running code-push for a React Native project on CircleCI
We have CircleCI running a few tests in a React Native project of ours (just testing pure JS functions, not actual React Native code) — and I wanted to use code-push to push a release every time there's a successful build on master.
My problem is…

tobyc
- 2,237
- 2
- 20
- 26
1
vote
0 answers
How to use react-native link in multi-app repo
I've got a multi-react-native-app repo (structured along the lines of src/main/javascript/com/[company]/mobile/apps/...).
Most commands in the react-native tool support passing a path to the entry point of the app. However, react-native link does…

Zenton
- 977
- 1
- 9
- 20
1
vote
1 answer
React native deploy new native app only when native code has changed, and deploy through codepush and apphub for changes in javascript
I have a react native application I want to deploy to hockeyapp, app store, and play when the native code has changed, and I want to deploy through CodePush or AppHub when only JS has changed.
What is the best way to achieve this?

Kenneth Lynne
- 15,461
- 12
- 63
- 79
1
vote
0 answers
Cordova Code-Push issue with ios automatically rolling back
I installed the code-push (microsoft) plugin for Cordova to be able to update an android and ios hybrid app on the fly. I pushed an update to both Android and IOS. The update to the Android app worked well and the app is still updates after killing…

RGBZ
- 31
- 1
0
votes
0 answers
New expo-cli dev-client (SDK 48) returns a manifest that cannot be parsed
When I run npx expo start --dev-client, both our android and iOS app throws an error when selecting the dev server, with the message:
Error loading app. Value ----------------------------224819657222108214122421 of type java.lang.String cannot be…

Florin200217
- 3
- 2
0
votes
0 answers
Getting error after changing in info.plist react native ios
I am implementing the code push in my ios react native.
I followed the tutorials and made some changes. I did changes on info.plist file. and I am getting below error
error: unable to read property list from file:…

Abhigyan Gaurav
- 1,854
- 6
- 28
- 58
0
votes
0 answers
Shorebird flutter code push cannot be installed in my Linux ubuntu 22.04.2 LTS
I have followed this article and when I run the command:
curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash
It cloning the project and fails to install and here is the errors in the…

Hamza Nasser
- 1
- 2
0
votes
0 answers
React Native Android assets is not showing when after codepush
Images disappear after installing CodePush update
says
If your app is using the React Native assets system to load images (that is the require(./foo.png) syntax), then you MUST release your assets along with your JS bundle to CodePush. is with…

yeon
- 11