Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为个人开发人员,我为什么要费力创建开发配置文件?
如果我想在我的设备上安装我的应用程序并与亲密的朋友分享以进行测试,那么直接使用分发配置文件(Ad Hoc)不是更有意义吗?
谁说开发配置文件是强制性的?
您不必使用开发配置文件。
Adhoc 旨在将其传递给测试目的。
如果您想单步执行代码并查看应用程序崩溃的方式/位置等,那么您需要使用开发配置文件。(因为有些错误永远无法在模拟器上识别)
否则 ADHo 就足够了。