Mobile & Cross-Platform
App store review as a hard release constraint, staged rollouts, the native versus cross-platform economics, and how to keep continuous delivery when a third party gates every release.
Run continuous delivery through a gate you do not control.
Practitioner
4Continuous Delivery Through App Store Review
Store review is the one place a third party sits between your merge and your users. It is a fixed cost in the batch-size equation, not a wall, and the monthly cadence it seems to force is a choice.
10 min readmobilerelease trainFeature Flags And Staged Rollout On Mobile
On mobile you cannot roll back, so flags are not a convenience — they are the safety mechanism that replaces rollback. Remote config architecture, kill switches, default-off discipline, flag debt, and rollout halts that fire without a human.
10 min readfeature flagsremote configMobile Release Health And Observability
What to instrument on a client you cannot attach a debugger to, which signals deserve an automated rollout halt, and how to tell a real regression from noise when early updaters skew every number.
10 min readobservabilitycrash-free rateYour Old Versions Never Die
Every binary you have shipped is still running somewhere. Version fragmentation is a permanent condition, not a transitional one — and every API change becomes a compatibility negotiation with your own past.
10 min readversioningapi design
Other domains