IOS: Does constraint error or warning influence publish app to app store?

末鹿安然 提交于 2019-12-24 11:28:48

问题


Does Constraint error or warning influence publish app to app store? Since it sometimes does not matter for running in simulator or device. Thanks!!


回答1:


If you are talking about pure layout exception in the debugger, the answer is NO if the app is still usable and doesn't crash.
Saying that if your layout exceptions break something in the UI that makes difficult the use of it, you have a chance of rejection.
I do agree with Bryan comment, if you know you have a bug fix it as soon as possible.



来源:https://stackoverflow.com/questions/25276736/ios-does-constraint-error-or-warning-influence-publish-app-to-app-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!