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
0
votes
2 answers
How to update code on multiple release build by code-push immediately
I have a question -
How to release an update of APK (Lets Say X) so that X APK running on any device, are updated immediately ?

Divyanshu
- 1
- 2
0
votes
1 answer
react-native code push: allowable code change?
I'm using react-native-code-push for my app.
I had released several versions that change only a few of js bugs, which worked fine.
Recently I realized that if a code pushed release involves any change of native code other than javascript, the app…

Monkibraum
- 3
- 2
0
votes
1 answer
CodePush CLI Migration (to AppCenter)
I currently use CodePush for my Cordova app. Love it. Microsoft is moving it to AppCenter, and here's the migration guide.
The migration guide notes that the old CLI will be retired in October 2018:
we are commited to maintain the CLI through…

BRass
- 3,698
- 2
- 28
- 46
0
votes
1 answer
Codepush App not installed - Messege When Trying to Install after distributing?
I Am really getting confused , it is APK Signing issue.
i created a new react native project ,
uploaded it on github.
then build it in app center.
and downloaded it.
but when i am trying to install it.
it shows APP NOT INSTALLED…

codemt
- 413
- 2
- 9
- 25
0
votes
0 answers
Xamarin Binding for iOS CodePush cocoapod crashes on app start
I'm creating a CodePush Xamarin.iOS binding, I've generated a fat lib .a file by using sharpie tool with the CodePush cocoapod:
sharpie pod init ios CodePush
sharpie pod bind
And then created a Xamarin.iOS binding project with .a file and…

Mando
- 11,414
- 17
- 86
- 167
0
votes
1 answer
Why codepush can't update native code in react-native apps?
Why codepush can't update native code in react-native apps?

stkvtflw
- 12,092
- 26
- 78
- 155
0
votes
1 answer
CodePush not updating new version
I have version 5.0.1 of my application with two versions released on CodePush.
I do not bump up any Version or Build numbers. So 5.0.1 and Build 1.
The first version v1 gets installed, but after I make a new release (v2), the bundle doesn't get…

Dan
- 8,041
- 8
- 41
- 72
0
votes
1 answer
Updating an app using Cordova and Codepush
I have a simple content based mobile application for android built using cordova and phonegap. The structure of which is like below
css
img
js
index.html
I use codepush https://microsoft.github.io/code-push/ to push over the air content updates to…

Anand Krishnan
- 17
- 4
0
votes
2 answers
CodePush - Create an app for each OS you target
CodePush registration
I'm registering with CodePush for a React Native project. Step number 3 says Register your app with the service. In order to let the service know about your app, simply register it using a recognizable name. Create an app for…

Nevin Kuser
- 41
- 5
0
votes
1 answer
Does Codepush create the full bundle ( original js files +modified js files ) or only the delta ( modified js files ) in React native?
If Codepush really creates the bundle of only modified js files, how exactly in this delta checked?

Sood
- 121
- 1
- 2
- 14
0
votes
1 answer
Appcenter CodePush CLI - list deployments
I'm a user of CodePush (with cordova). I'm doing some quick checking into AppCenter since CodePush is migrating there. I'm noticing that the AppCenter CLI doesn't seem as robust/ready as the CodePush CLI.
My main question at this point is if this…

BRass
- 3,698
- 2
- 28
- 46
0
votes
1 answer
react-native-code-push can not update the app version
eg. on my device, the app version is 1.0.0, then i use code push to push a new version of 1.0.1(I change the Bundle versions string, short in Info.plist), The app on device can be updated, But the app version can not update. Because then i push a…

agonyszt
- 1
- 2
0
votes
0 answers
Codepush deployment to staging triggers production app update request
I've integrated CodePush into my react-native app and set up the Staging and Production environments. I've set it up so I can run the app locally in debug and have that use the staging config and also run the app in release mode and have that use…

John Mike
- 1,895
- 3
- 17
- 26
0
votes
1 answer
Appcenter SDK vs react-native-code-push
Do we need to link Appcenter to use react-native-code-push? Is Appcenter only needed if you want analytics, crash reports, push etc?

Avery235
- 4,756
- 12
- 49
- 83
0
votes
1 answer
How does code push cordova get the path of the cordova project in visual studio team services?
How does code push cordova get the path of the cordova project in visual studio team services for the step to execute cordova prepare command?

Gauri Jadhav
- 3
- 3