简体   繁体   English

无法在iPhone中安装该应用程序进行测试。 由于UDID问题

[英]Unable to install the app in iPhone for testing. Because of UDID issue

When I try to added the device UDID In the developer account loader has come for 30 min and got hang. 当我尝试添加设备UDID时,开发人员帐户加载程序已挂起30分钟并挂起。 When I logged in back to developer account device was added in the list. 当我重新登录到开发人员帐户时,设备已添加到列表中。

I have added the device to Provisioning Profiles but unable to install the app in iPhone. 我已将该设备添加到“配置文件”中,但无法在iPhone中安装该应用程序。 Please help me to resolve the issue. 请帮助我解决问题。 在此处输入图片说明

Are sure that you used correct mobile provisioning profile? 确定您使用了正确的移动供应配置文件? Maybe you added UDID in portal but used old provision for the new build? 也许您在门户网站中添加了UDID,但对新版本使用了旧的规定?

To check it you can: 要检查它,您可以:

  1. unzip .ipa-file you are trying to install 解压缩您要安装的.ipa文件
  2. After this open package with content of app 在打开了包含应用程序内容的软件包之后
  3. Open file embeded.mobileprovision 打开文件embed.mobileprovision
  4. Check if UDID of your device is listed inside this file (using text search) 检查此文件内是否列出了设备的UDID(使用文本搜索)

If it is missed then you should rebuild your app using new provision profile from Developer Portal. 如果错过了,那么您应该使用开发人员门户中的新配置文件来重建应用程序。

Did you make you iPhone for developing in Device Organiser? 您是否使iPhone可以在Device Organiser中开发? Anyway you should check in your Developer Account whats wrong. 无论如何,您都应该签入开发者帐户。 Check certificates etc. 检查证书等

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

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