简体   繁体   English

.ipa文件安装在ipad上显示为灰色

[英].ipa file install grayed out on an ipad

One of my tester is having an issue with installing an ad-hoc distribution build of an ipa file on an ipad. 我的测试人员之一在ipad上安装ipa文件的临时分发版本时遇到问题。 He said that icon stays gray and also his iTune freezes. 他说该图标保持灰色,他的iTune也冻结。 When clicked, it just sits there as waiting. 单击后,它就坐在那里等待。

The UDID he gave me was the one that he got from iTunes (not the app that gives invalid ffff udid), and I double checked it through checkipa ( https://github.com/apperian/iOS-checkIPA ) and indeed his UDID is included. 他给我的UDID是他从iTunes(不是提供无效ffff udid的应用程序)获得的UDID,我通过checkipa( https://github.com/apperian/iOS-checkIPA )和他的UDID对其进行了双重检查。已经包括了。 Just to make sure I even built him a new build but with no luck. 为了确保我什至为他建造了一个新建筑,但没有运气。 Does anyone know what's going on? 有人知道发生了什么吗?

Thanks in advance! 提前致谢!

You may have an issue with your bundle id, as suggested. 如建议的那样,您的包ID可能有问题。

Otherwise I would suggest forgoing the use of iTunes, and use a distribution service such as TestFlight or HockyApp , because iTunes is a pain to use for distributing builds and it wouldn't surprise me if a user is having problems trying to get iTunes to cooperate. 否则,我建议您放弃使用iTunes,而使用诸如TestFlightHockyApp之类的分发服务,因为iTunes很难分发构建版本,并且如果用户在尝试使iTunes与合作方面遇到问题,也不会感到惊讶。

This won't solve any issues with your provisioning, but over the air distribution is a life saver. 这不会解决您的预配问题,但是通过空中分发可以节省生命。

This may be due to an issue with the bundle id. 这可能是由于包ID出现问题。 Double check that the id you packaged your app with is exactly the same as that in the provisioning profile. 仔细检查打包您的应用程序所使用的ID与配置文件中的ID 完全相同

I once had a very similar problem simply because one was referencing "...ar" and the other was referencing "...AR" - so be very sure they are both exactly the same! 我曾经遇到过一个非常相似的问题,只是因为一个引用了“ ... ar”,另一个引用了“ ... AR”-因此请确保它们完全相同!

I faced this issue in distribution build using enterprise certificates and many suggests you to revoke new certificates with new prov file. 我在使用企业证书的发行版本构建中遇到了这个问题,许多建议您使用新的prov文件吊销新证书。 But it may stop your previous working apps built on the existing certificates if you revoke. 但是,如果您撤消操作,则可能会停止以前基于现有证书构建的可运行应用程序。 Instead try to add Apple's WWDRCA certificate available in apple certificate forums in your keychain as it completely authenticates your ipa file while installing on ipads. 而是尝试在钥匙串的Apple证书论坛中添加Apple的WWDRCA证书,因为它可以在ipad上安装时完全验证您的ipa文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM