简体   繁体   English

即使从供应配置文件中删除了UDID,iOS应用仍在安装到设备中

[英]iOS app is still installing into device even after UDID removed from the provisioning profile

First i added the udid of device and made a build and it got installed in my device . 首先,我添加了udid设备并进行了构建,然后将其安装在我的设备中。 After that i removed the udid from the provision profile and made a new build it again got installed . 之后,我从提供配置文件中删除了udid并进行了新的构建,再次安装了它。 Without manually deleting provisioning profile from device how to get resolve this issue.Also I don't want remove the device did from apple account. 如果不从设备中手动删除配置文件,如何解决此问题。我也不想从Apple帐户中删除设备。

The problem is here You were removed UDID from your provisional profile that's fine.But 问题出在这里,您从临时配置文件中删除了UDID,没关系。

Did you installed updated new provisional profile with your Keychain by using Xcode. 您是否使用Xcode在钥匙串中安装了更新的新临时配置文件。

You can update profile via the option called Download profiles through setting -> preferences by clicking your developer account. 您可以通过单击开发人员帐户,通过名为通过设置->首选项Download profiles的选项来更新配置Download profiles

Make sure the changes are done then start to build and try to install your app to some device which is not places in provisional profile. 确保更改已完成,然后开始构建,并尝试将您的应用安装到不在临时配置文件中的某个设备上。

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

相关问题 我们可以在2个不同的配置文件中添加iOS设备的单个UDID吗 - Can we add single UDID of iOS Device in 2 different provisioning profile iOS Provisioning Profile不在一个特定设备上安装 - iOS Provisioning Profile not installing on one particular device 更新配置文件后,UDF不会显示在Testflight上 - UDID is not displayed on Testflight after updating Provisioning Profile ios:如何在没有系留设备的情况下向配置文件添加新的UDID? - ios: How do I add a new UDID to provisioning profile without a tethered device? 如何从配置文件中删除udid设备,我将其编辑并删除,但他们可以安装新的ipa - how to remove device udid from provisioning profile, i edit and remove them but they can install the new ipa 即使单击“续订”按钮,发行配置文件仍然过期 - Distribution provisioning profile still expire even after clicking the renew button 安装后在测试设备上是否仍需要开发配置文件? - Is development provisioning profile still needed on test device after install? 有什么方法可以将测试设备UDID添加到免费配置文件中? - Is there any way to add testing device UDID to free provisioning profile? 无法将新设备UDID添加到配置文件中。 为什么? - Can't add new device UDID to provisioning profile. Why? ios app的配置文件 - Provisioning profile for ios app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM