Why most iOS apps crashed without an alert window

 ̄綄美尐妖づ 提交于 2019-12-11 23:20:47

问题


Most iOS Apps crashed without any reason or explanation window. They just disappeared.

But Mac Apps always have a explanation window to let the user know what happened.

Why we don't show a alert window when iOS App crash? Is there any reason for User Experience?


回答1:


The crash window that you can see on Mac OS is presented by the system itself, not by the app.
For iOS, Apple chose not to display any message. This is their choice and we can't do anything about it.




回答2:


actually, most of crash have very long log (which hard to be seen on small mobile device's screen). so I think they decide to ignore the alert (or in android case, just showing force close message) and leave the rest at the console log. You can use iPhone Configuration Utility to check that log.



来源:https://stackoverflow.com/questions/30474885/why-most-ios-apps-crashed-without-an-alert-window

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