You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Deploy new bundle
Call codePush.checkUpdate()
3.Check downloadUrl
Expected Behavior
What you expected to happen?
Update successful or downloadUrl works fine.
Actual Behavior
What actually happens?
Update is not applied even though chcekUpdate returns new bundle label and download url. Also, that downloadUrl is not working too.
Reproducible Demo
Download https://github.com/Microsoft/react-native-code-push/archive/master.zip and unzip. From Examples folder run node create-app.js appName react-native@0.47.1 react-native-code-push@5.0.0-beta command to generate plain CodePushified React Native app. Please see description on top of create-app.js file content if needed
If you can't reproduce the bug on it, provide us as much info as possible about your project
Environment
react-native-code-push version: 5.6.0
react-native version: 0.59.5
iOS/Android/Windows version:
Does this reproduce on a debug build or release build? release build
Does this reproduce on a simulator, or only on a physical device? physical device
(The more info the faster we will be able to address it!)
I have used this package in last 6 month. It works perfectly fine. However, today, while I'm working on minor javascript update to my app, I found that the new deployment bundle is not applied. I tried to deploy it as mandatory, but still update is not applied. I confirmed that new bundle is uploaded successfully in appcenter.
I call codePush.checkUpdate() then it returns new bundle label. However, new bundle downloadUrl is not working. If I copy and paste downloadUrl in browser, 404 returns like below image.
I think azure cdn is broken. Can you check?
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
3.Check downloadUrl
Expected Behavior
What you expected to happen?
Update successful or downloadUrl works fine.
Actual Behavior
What actually happens?
Update is not applied even though chcekUpdate returns new bundle label and download url. Also, that downloadUrl is not working too.
Reproducible Demo
Examplesfolder runnode create-app.js appName react-native@0.47.1 react-native-code-push@5.0.0-betacommand to generate plain CodePushified React Native app. Please see description on top ofcreate-app.jsfile content if neededEnvironment
(The more info the faster we will be able to address it!)
I have used this package in last 6 month. It works perfectly fine. However, today, while I'm working on minor javascript update to my app, I found that the new deployment bundle is not applied. I tried to deploy it as mandatory, but still update is not applied. I confirmed that new bundle is uploaded successfully in appcenter.

I call codePush.checkUpdate() then it returns new bundle label. However, new bundle downloadUrl is not working. If I copy and paste downloadUrl in browser, 404 returns like below image.
I think azure cdn is broken. Can you check?