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.
Hello there.
I’m experiencing a strange behavior when pushing updates with CodePush on iOS Platform.
My binary has the version 2.0. When I make a CodePush update targeting the 2.0 version, the update gets successfully installed on device. But when I restart the app (close and open again), it returns to the original binary bundle.
This issue is happening only on iOS, Android is working fine.
Expected Behavior
After restarting the app, keep the installed codePush version
Actual Behavior
After restarting the app, i get the old bundle version.
Scenario
Using release mode to take the updates from Codepush server instead of the local package server.
Already replaced this line on AppDelegate.m as the documentation points out: