iOS 7 adhoc build installation hangs with installing message

一个人想着一个人 提交于 2019-12-21 19:57:49

问题


When building the app I added the valid architectures architecture as armv6, armv7, armvs7 and architectures as standard architecture (armv7 and armv7s). Also switched the build active architecture only to NO. Adhoc installation hangs with the status installing message (attached screenshot). I have added the UDIDs properly and was successfully able to push builds like this to those devices prior to iOS 7. This is reproducible with 4 devices so I believe this is something to do with the way I am building this. All the phones uses latest iOS 7.0.2. Additionally I tried to make the target os to iOS 7 and added arm64 to valid architectures. Still no luck.


回答1:


Please note that since iOS7 apple blocked API access to UDID.

In other words: the applications formly used to send UDID no longer valid, and you should use iTunes to find out your and your friends UDID.




回答2:


Hey so there is a lot of possible solutions to the problem. Here is one thread. https://discussions.apple.com/message/23033175#23033175

Another thing you can check is to see if the wireless connection you used when first installing the ad hoc distribution is if the wireless network setting block cookies and filter multicast were turned on. If so that can cause this issues. I have found that a lot of corporate networks can have this turned on.



来源:https://stackoverflow.com/questions/19296444/ios-7-adhoc-build-installation-hangs-with-installing-message

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