TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 wuliwong将近 5 年前
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

askafriend将近 5 年前
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.