向应用商店提交测试版进行代码审查有什么缺点?
对于我不打算发布的版本,向应用程序商店提交应用程序的测试版有什么缺点吗?主要动机是它有很多代码,我想看看它是否会通过代码审查或者是否存在问题。
编辑:我想澄清的是,我问这个问题并不是因为我希望苹果进行任何级别的测试/质量检查或类似的事情,我之前已经经历过应用程序审查流程。我想确定的是我的申请是否会通过审核流程,这样,当我准备发布“真实”版本时,它因我现在可能解决的问题而被拒绝的可能性较小。
我希望这适合 stackoverflow,因为我意识到这并不是严格意义上的编程问题。
is there any downside to submitting a beta version of my application to the appstore, for a version that I have no intention of releasing? main motivation is it's a lot of code, and I want to see if it will pass code review or if there are issues.
EDIT: I want to be clear that I am not asking this because I expect apple to do any level of testing/QA or anything like that, I have been through the app review process before. what I want to determine is if my application will pass the review process so that, when I am ready to release the "real" version, there is a smaller chance of it getting rejected for something that I could potentially address now.
I hope this is appropriate for stackoverflow, as I realize it's not strictly a programming question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我这样做了,似乎没有任何缺点。获得了一些信心,认为后续提交的内容更有可能获得批准,并且因此可以更好地估计日期。
I did this, and there doesn't appear to have been any downsides. gained some confidence that subsequent submissions were more likely to be approved, and could estimate dates a bit better because of that.
代码审查是什么意思?苹果看不到你的代码,他们只看到应用程序的可执行文件。除非是最终版本,否则我不会提交您的申请。如果您希望有人测试您的应用程序,我建议找一些朋友或家人来为您测试。
编辑:我仍然不会提交您的应用程序只是为了看看它是否“可接受”。只需阅读应用审核指南,并确保您不违反任何这些指南,并且您应该没问题。
What do you mean code review? Apple does not see your code, they only see the application executable. I would not submit your application unless it's the final version. If you want someone to test your app, I recommend finding some friends or family members to test it for you.
EDIT: I still wouldn't submit your app just to see if it's "acceptable." Just read the App review guidelines and make sure you don't violate any of those and you should be fine.
去年我们与苹果公司就同样的问题进行了一次会议,涉及该银行希望在发布前获得批准的一款大型银行应用程序。明确的答案是苹果不提供任何测试服务。正如您所期望的那样,他们建议您进行自己的 QA 测试,或聘请专业的测试公司。
然后,当应用准备销售时,请务必阅读应用审核指南: edc1591建议,确保您的应用符合指南,然后才提交。
We had a meeting with Apple last year about the exact same question, regarding a big banking app that the bank wanted approved before release. The clear answer was that Apple does not provide any testing services. They advise, as you'd expect, for you do your own QA testing, or hire a professional testing company.
Then when the app is ready for sale, make sure you read the the App review guidelines as edc1591 suggested, make sure your app conforms to the guidelines, and only then submitted.