TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Hey mobile devs, how often do you release to an app store?

1 pointsby wuliwongalmost 5 years ago
At my company, our mobile teams have releases to their app stores about once a month. I am a backend developer and was wondering what this looks like for other mobile teams. A secondary question is if this release cycle includes Android and iOS or are the two platforms allowed to maintain different release cycles?<p>Thanks!

1 comment

askafriendalmost 5 years ago
I&#x27;ve worked at a company where we&#x27;d release every week and heavily leverage feature gates to hide features before they were ready for launch. And I&#x27;ve worked at a company that had no defined cadence - we&#x27;d release in big, well-defined chunks when features were fully baked and fully QA&#x27;d; no feature gates were needed on the client here.<p>There&#x27;s value in both approaches, but I think I prefer the latter when the team size is small. Once you have multiple teams&#x2F;priorities, the equation changes and it makes sense to have a more distributed, less segmented process. But initially it&#x27;s great to have the predictability of well defined, packaged, well-QA&#x27;d releases. Results in a very high quality product and makes it really easy to debug&#x2F;fix issues between releases.