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
Submitting a new APK to the Play Store which has changes that Codepush isn't aware of
I am using Codepush to update my React Native Android App so I can make changes without having to submit a new APK.
The problem is, if I change some code and submit this as a new APK without sending it to Codepush, the App downloads a previous…

user3725781
- 595
- 2
- 7
- 14
1
vote
1 answer
How to determine if native apk / JS bundle has to be created for apps with RN >=0.60
I have been using code-push in production for more than 2 years.
How I implemented?
Whenever android folder of my react native app was modified, I assumed there is a native change and my CI/CD tool created a native apk file.
In all other cases, I…

Hannan Shaik
- 1,298
- 2
- 14
- 27
1
vote
0 answers
React native using deep link after code push sync
I am working with React Native code push and deep link.
They works fine. The problem is, when I click in deep link with token, like /tokenValidation/:token, will open the application in first screen, so redirect route to tokenValidation, and request…

Chiien
- 341
- 1
- 3
- 14
1
vote
0 answers
react-native-code-push not working in react native setup
I am using react native , I have added react-native-code-push using pod installation , I am have all steps as per docs https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-ios.md . able build APP, I am able to run app success…

Sport
- 8,570
- 6
- 46
- 65
1
vote
1 answer
Error when implementing codepush in android: reactNativeCodePush_androidDeploymentKey
When I try to implement codepush, I receive this error:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See…

schoenbl
- 663
- 2
- 14
- 29
1
vote
0 answers
React native app with downloadable plugins?
I wanted to make an app with react native that acts as a hub for different services or plugins. Each plugin can be downloaded, incorporated into the app and executed. I've seen solutions like codepush that allow you to change the code of the app,…

Ismael Darwish Mateos
- 61
- 1
- 4
1
vote
2 answers
How to keep in sync code push and appstore's version?
I tried Code Push with react-native for the first time and I have a below question.
Let's say I have published an app with version 1.2.0 on AppStore and I push a code-push version for that specific target (1.2.0).
Now, the update popup is shown to…

Nishan Bende
- 41
- 1
- 8
1
vote
2 answers
Cordova Plugin CodePush - updates lost after relaunching the iOS App
I have a live App on the Apple store and it uses Microsoft AppCenter CodePush to install live updates. Cordova plugin: cordova-plugin-code-push.
When I publish an update for iOS the update is correctly installed but the next time I launch the app…

Gabe
- 5,997
- 5
- 46
- 92
1
vote
0 answers
How to fix 'ionic framework code push plugin'?
Uncaught (in promise): TypeError: Object(...) is not a function
TypeError: Object(...) is not a function
at CodePush.sync (vendor.js:84065)
at MyApp.webpackJsonp.406.MyApp.checkCodePush
I get the above error in my code. My code is as…

CaKaL
- 402
- 1
- 6
- 16
1
vote
1 answer
code-push whoami and code-push logout breaking job in gitlab pipeline if already logged out
I would like to be able to call code-push logout before calling login with a specific key within a stage of my gitlab pipeline. If the runner is already logged out I get an error: [Error] You are not currently logged in. Run the 'code-push login'…

Tzvetlin Velev
- 1,897
- 2
- 17
- 31
1
vote
0 answers
Using git describe --tags in codeship build script
I am trying to use git describe --tags to set the description of my builds in codeship. I have a custom shell script to do this, which works perfectly on my local environment. During the codeship build however, I get the error
Command failed: git…

Alfie Freeman
- 11
- 5
1
vote
1 answer
Codepush an update to two different react native android apps?
Is it possible to codepush an update to two android apps. Those two apps are using same codebase but different app name and bundle id.

AH.
- 741
- 1
- 12
- 27
1
vote
0 answers
ANDROID 4 KITKAT Code push is successful but the app doesn't update
Steps to Reproduce:
Code push is successful.
When opened, the app does not update. Trying to log it produces the error UNKNOWN_ERROR from codepush sync.
Expected Behavior:
Code push should update the app after the user closes the App and restarts it…

reza ramdhanisti
- 11
- 2
1
vote
1 answer
Implementing CodePush for ReactNative with Emulator
We are testing the code push implementation for our ReactNative application to push js updates.
Changes Done:
Created App center login and connected to the github repo.
Deployed CodePush from my react native project using cmd
appcenter codepush…

Gowthaman
- 790
- 1
- 10
- 29
1
vote
0 answers
React Native bundle integrity with OTA
When one OTA the js bundle inside a react native app (via CodePush or similar), how does one ensure the bundle is intact?
with App Store or Google Play, the app / apk file is signed, thus ensuring the owner approved it, and also no one touched the…

Johnny
- 2,800
- 6
- 25
- 33