iOS App Won't start on Testflight Ad Hoc Distribution

安稳与你 提交于 2019-12-04 14:21:41

Thanks, Kerni I was able to debug the issue by tracking down the crash report via iPhone Configuration Utility . I Selected the Devices I was debugging and opened the Console Tab on the iPhone Configuration Utility hitting clear and check it out. I Saved the log after getting the app to crash again and found that I had been using In-App Audio when I didn't add it to the App ID when I was creating my provisioning profile. This was the only issue. After I went threw all of the steps again the IPA Uploaded just fine. The app installed like one would imagine!

To Put it short :

  1. Debugged with iPhone Configuration Utility (issue was In-App Audio wasn't selected on the App ID Generation)

  2. Generated a New App ID and Provisioning Profile

  3. Created and uploaded a new IPA.

<<<< Console Debugging here >>>>: http://help.testflightapp.com/customer/portal/articles/1305502-my-apps-are-failing-to-install-what-do-i-do-

Sean Choe

I had exactly same problem and I figured it out. Please see my answer here.

testflight application closes on start

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