ended3월 19일· 1 sources
CI/CD for Mobile Apps Part 1/3 - Know Where Our Code Lives (Web vs Mobile Explained)
모바일 앱 CI/CD 1/3편 - 코드가 존재하는 위치 이해하기 (웹 vs 모바일 비교)
Why it matters
Mobile apps differ from web apps in that code is compiled into binaries distributed to user devices, meaning users must download updates rather than receiving them automatically. This architectural difference requires a runtimeVersion config (e.g., appVersion, sdkVersion, or fingerprint policies) to determine update compatibility with installed native code. Understanding this distributed model is essential for designing CI/CD pipelines for mobile apps, which Part 2 will cover using Expo's EAS Workflow.
1
Sources
+0
24h
—
Growth
186d
Active
CI/CDMobile AppsOTAExpoEAS Workflow