Questions tagged [react-native-code-push]
162 questions
0
votes
0 answers
React native Code push is not updating app to the latest pushed version
I have updated my react native app through code push and expected to get all the versions updated to the latest version.
I have used following code for pushing my update
code-push release-react android --targetBinaryVersion *
Which is…

masud_moni
- 1,121
- 16
- 33
0
votes
1 answer
react-native 0.57.1 bundle fails trying to assign a value to read only property 'undefined'
When releasing a CodePush release, I am running into this issue.
$ appcenter codepush release-react \
--deployment-name=Staging \
--token=$APPCENTER_ACCESS_TOKEN \
--description "$(git show -q)" \
--disable-duplicate-release-error \
…

cadesalaberry
- 612
- 1
- 8
- 17
0
votes
1 answer
How to fix error "no such scale Error: Failed to release a CodePush update"?
When pushing a codepush update throught microsoft appcenter it gives the error
no such scale Error: Failed to release a CodePush update.
this is the command output
Running "react-native bundle" command:
node…

Dinuka Salwathura
- 924
- 16
- 33
0
votes
0 answers
Circular dependency between the following tasks: :app:bundleReleaseJsAndAssets \--- :app:recordFilesBeforeBundleCommandRelease
After I add plugin code Push, i have this error ( https://scans.gradle.com/s/u65liapjhvcyo/console-log )
STACK TRACE AND/OR SCREENSHOTS
https://scans.gradle.com/s/u65liapjhvcyo/console-log
Environment
react-native-code-push version: 5.4
react-native…

FOKO THierry
- 241
- 3
- 12
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 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
0 answers
Updated ios App from the Apple App Store, but my app is still showing the old version
I have a version 0.6.5 of my app installed on my Phone.
I release a 0.6.8 version of my app to the Apple App Store, pass the review and the status is changed to "Ready For Sale"
I go to the App Store, search for my app, I see the new updated is…

han4wluc
- 1,179
- 1
- 14
- 26
0
votes
1 answer
Can codepush update happens when first time open an app?
By default, when opening an app for the first time, app will download updates silently and perform the update when it's restarted. Is there any method I can let the app update on the very first time opening it?
Have tried adding a button which…

Stanley Luo
- 3,689
- 5
- 34
- 64
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
React Native CodePush updates not received when integrating into different app
I have two iOS apps:
An app that I created as a React Native project using react-native
init and then integrated CodePush following these instructions.
An existing iOS app that I want to integrate React Native and CodePush into. This app uses the…

Liron Yahdav
- 10,152
- 8
- 68
- 104
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
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
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