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.
When running appcenter codepush release-react -a <ownerName>/<appName> -d Production it only logs about detecting Android version and not the iOS one. I have followed all the instructions regarding iOS and Android setup and everything works as expected on Android, yet nothing happens on iOS.
Steps to Reproduce
Run appcenter codepush release-react -a <ownerName>/<appName> -d Production
Expected Behavior
I expect to see this log as well as the Android one:
Detecting ios app version:
...
And for the app to update on the iOS release build.
Actual Behavior
Only detects Android version and only logs about that:
Detecting Android app version:
...
Environment
react-native-code-push version: 8.0.1
react-native version: 0.71.7
iOS version: 16.4
Does this reproduce on a debug build or release build? Release
Does this reproduce on a simulator, or only on a physical device? Simulator