简体   繁体   English

如何在Fabric中使用分发设置配置文件?

[英]How to use distribution provisioning profile with Fabric?

I want to upload an iOS app build with Fabric app which will use production Apple push notifications environment. 我想上传一个使用Fabric应用程序的iOS应用程序构建,该应用程序将使用生产Apple推送通知环境。 For this I think the build should use a distribution (Ad Hoc) provisioning profile (I've read this: https://docs.fabric.io/apple/beta/provisioning-profiles.html ). 为此,我认为构建应使用分发(Ad Hoc)设置配置文件(我已阅读: https : //docs.fabric.io/apple/beta/provisioning-profiles.html )。 I use "Automatically manage signing" feature. 我使用“自动管理签名”功能。 When I archive and try to upload the build to Fabric, the Fabric app says "Dev. profile: iOS Team Provision...". 当我存档并尝试将内部版本上传到Fabric时,Fabric应用会显示“开发配置文件:iOS Team Provision ...”。 How to use a distribution (Ad Hoc) provisioning profile instead while using automatic signing? 在使用自动签名时,如何使用分发(Ad Hoc)供应配置文件? I can make it work with manual signing, but I'm wondering if it's possible with automatic signing. 我可以使它与手动签名一起工作,但是我想知道是否可以通过自动签名来实现。

If you want to use a particular provisioning profile with the particular scheme you have to do a manual signing. 如果要将特定的配置文件与特定的方案一起使用,则必须进行手动签名。 You can do a few schemes and assign each provisioning profile for them. 您可以执行一些方案,并为其分配每个配置文件。 I prefer to do Debug, Release (using the development provisioning profile), AdHoc and AppStore schemes. 我更喜欢执行Debug,Release(使用开发配置文件),AdHoc和AppStore方案。

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

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