我正在尝试安装.IPA文件但是它总是卡住了。我有 确认了设备的UDID。我也做了一个实验,其中我 为ios创建了一个空白的应用程序但它也陷入困境 我在多台设备上测试了相同的应用程序,它在其他IOS设备上工作得很完美,例如iphone4s,ipad pro。
这是我的Config.xml
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.unitedway" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>VMS</name>
<description>Volunteer Management System, Phone Application</description>
<author email="support@phonegap.com" href="http://phonegap.com">PhoneGap Team</author>
<content src="index.html" />
<preference name="DisallowOverscroll" value="true" />
<preference name="android-minSdkVersion" value="14" />
<preference name="fullscreen" value="false" />
<icon src="icon.png" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-file" spec="~4.3.0" />
<plugin name="cordova-plugin-whitelist" spec="~1.3.0" />
<plugin name="cordova-plugin-network-information" spec="~1.3.0" />
</widget>
答案 0 :(得分:2)
它不是Ad-hoc配置文件
这就是问题所在。您可以通过这种方式安装到手机上的唯一应用是:
您从iTunes应用商店下载的应用
具有临时配置文件的应用程序,该配置文件在其配置文件中列出此设备(这是部署配置文件,您必须拥有开发人员成员资格才能创建一个)