Replacing an existing Swift iOS app with a cross-platform rewrite (same bundle id): will App Store update work and will user data persist?
Summary This postmortem analyzes what happens when a native Swift iOS app is replaced with a cross‑platform rewrite (React Native) while keeping the same bundle identifier and shipping it as a standard App Store update. The focus is on data persistence, Keychain continuity, and App Store acceptance. The short answer: yes, this works, but only … Read more