问题描述
我已经签名了.ipa,并且尝试通过diawi进行安装.已安装该应用程序,但该应用程序的图标显示为黑色,无法打开.我使用iOS证书对其进行了签名,当我从XCode和TestFlight尝试使用它时,它可以完美运行!会是什么?
I have signed my .ipa and I have tried to install it via diawi. The app got installed but it shows the app's icon in dark and does not open. I signed it with a iOS Certificate and when I try it from XCode and TestFlight it works perfectly! What could it be?
推荐答案
您需要使用 AdHoc Provisioning Profile
进行签名.
您还应该在证书,标识符&中注册设备
. UDID
.您的Apple开发者帐户中的配置文件
You should also register the devices UDID
in Certificates, Identifiers & Profiles
in your Apple Developer Account.
Diawi知识库的摘录.
Excerpt from Diawi Knowledge Base.
- 设备的UDID必须位于xcode内置到应用程序中的配置文件中
- 设备的UDID不得以"fffffff ..."开头(如果是,则为假)
- 您正在构建应用程序的发行版
- 设备不在企业防火墙后面,无法阻止应用程序安装
您还可以尝试将应用程序拖放到iTunes中并同步您的设备:应安装该应用程序,否则无效.
You may also try to drag&drop the app into iTunes and sync your device: it should install the app, otherwise it is not valid.
这篇关于无线安装.ipa不会打开的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!