简体   繁体   English

供应配置文件强制更新问题

[英]Provisioning profile force update issues

I had the live (app store) version of my app installed on my test device. 我在我的测试设备上安装了我的应用程序的实时(应用程序商店)版本。 This was the distribution one so it was using the iOS distribution provisioning profile and the correct code sign profile. 这是分发版,因此它使用iOS分发配置文件和正确的代码签名配置文件。

The trunk version of my app with the release configuration uses the same stuff; 我的应用程序的主干版本与发布配置使用相同的东西; provisioning profile and code sign identity. 供应配置文件和代码签名标识。 I was able to install that over the app store build. 我能够在app store build上安装它。 But I wasn't able to do it with a version of the app I've branched out with. 但我无法使用我已扩展的应用程序版本。 I am using the same provisioning profile and code signing identity. 我使用相同的配置文件和代码签名标识。

In summary: 综上所述:

Updating app store build with trunk build worked fine, but updating app store build with branched version didn't work. 使用主干版本更新应用商店版本工作正常,但使用分支版本更新应用商店版本无效。 The app installed about 3/4 of the way and then froze. 应用程序安装大约3/4的方式,然后冻结。 I think it's a provisioning profile issue but I'm using the same info with trunk build and it works? 我认为这是一个配置文件问题,但我使用与trunk构建相同的信息并且它有效吗? Any ideas?? 有任何想法吗??

Much appreciated! 非常感激!

Turns out I didn't set all the code signing configurations to match. 事实证明我没有设置所有代码签名配置来匹配。 Debug and release were matching but not QA. 调试和发布是匹配的,但不是QA。 Once i matched them to trunk it worked like a charm. 一旦我将它们与树干相匹配,它就像一个魅力。

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

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