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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Devs, how many iPhones do you own to test iOS compatibility issues?

2 点作者 bwang29超过 7 年前
Hello guys, every month, our small team lost hundreds of hours testing our app on various iOS and various devices. Sometimes our app will break on iPhone 7&#x27;s iOS 10 but works fine on iPhone 7+&#x27;s iOS 11. A recent Safari bug made our app unusable on Yosemite and El Capitan, but works fine on Sierra - and we have to spend a ton of energy stressfully updating, pulling, rejecting, explaining to angry users, and fixing reviews.<p>We start to feel that the iOS&#x2F;macOS eco-system and device landscape is so fragmented right now for both native and hybrids apps we&#x27;re developing. Take another example, we&#x27;ve seen iPhone 8+&#x27;s Safari and native table view behaves very different from iPhone 7+ of the same iOS version due to timeout and performance different in the phones. It&#x27;s even more frustrating consider these devices have different VRAMs.<p>It&#x27;s mind boggling that now these days some same swift code would work differently in ios10 and ios11, and iOS development feels a lot more similar to or worse than Android development now.<p>We&#x27;re thinking to just buy a few Macs and iPhones to make our lives easier. But is this also what everyone else ended up doing?

2 条评论

_ah超过 7 年前
My previous job would buy two iPhones on each annual release cycle: 1 big screen, 1 small. One of these devices was kept current with software updates, while the other was frozen at the major iOS version it shipped with. This generally provided good coverage, though by the end there were ~8 supported devices in rotation to test on at any given time which can feel excessive.
评论 #15794708 未加载
tarheelredsox超过 7 年前
At my prior startups we used a combination of some internal phones with AWS Device Farm - <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;device-farm&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;device-farm&#x2F;</a> to cover all the variants for both iOS and Android. Device Farm and its predecessor definitely increased the product quality.