Closed hypesol closed 9 months ago
same here. the app was able to trigger an update dialog but nothing happens after pressing continue
Did you get any messages from codepush?
for me, it prints:
[CodePush] undefined is not a function
No i am not getting any message code push is working fine on Android but not on iOS
In my case, fetch
api was broken for the entire app. (don't know why)
So I had to replace fetch with axios
using yarn patch
.
You can also find out which line breaks the code-push by adding console.log
line by line.
same here. the app was able to trigger an update dialog but nothing happens after pressing continue
Update: For me it was a different case. The network connection to App Center is a bit slow so wasn't able to tell if it's downloading or not. One way to debug this is to add a manual sync button, with update progress displayed somewhere. Also please check your installMode
. The default behavior is installing the update on the next restart.
I have checked all scenarios but still everything working on android but iOS not updating.
Hi folks, same problem here.
Is there a known work around to it?
Thanks
Hi,
I am getting the same issue in iOS only, but for the android it is working fine.
i am using:
"react-native": "0.66.4",
"react-native-code-push": "^7.1.0",
anyone found solution for this issue ?
hi, same problem here, changes don't persist on IOS.
"react-native": "0.68.5", "react-native-code-push": "^7.0.4"
if anyone found any update for this issue, please share us
thanks
Hi,
I am getting the same issue in iOS only, but for the android it is working fine.
i am using:
"react-native": "0.70.8", "react-native-code-push": "^7.1.0",
Anyone found solution for this issue ?
Same issue here, anyone listening please help.
i am getting this error for both ios and android
Hi!
I am getting the same issue in iOS only, but for the android it is working fine.
Same here for iOS but work fine for Android. Did you get any solution for it?
Same, any workaround?
Same issue....
Closing as the issue is no more actual.
I am using below mentioned version
react-native: "0.70.6" react-native-code-push: "^7.0.5"
Changes are not reflecting on iPhone. Code is being pushed on appcenter but not downloading and install on iPhone devices.