简体   繁体   English

适用于iOS应用开发和生产的Fabric

[英]Fabric for iOS app Development and Production

I have an application on the App Store (production environment), configured with Crashlytics from Fabric. 我在App Store(生产环境)上有一个应用程序,该应用程序配置了Fabric的Crashlytics。 As a consequence, I have a project configured in the Fabric dashboard with the list of users' crashes and activities. 结果,我在Fabric仪表板中配置了一个项目,其中包含用户崩溃和活动的列表。

Now, I want to launch a beta for private circle of users. 现在,我想为私人用户发布一个测试版。 I want this beta to be connected to Crashlytics in order to have details if it crash. 我希望将此Beta连接到Crashlytics,以获取崩溃时的详细信息。

But if I do that all their crash will be reported in the same workflow of my production app. 但是,如果我这样做了,所有崩溃将在我的生产应用程序的同一工作流程中报告。 That is dirty, right ? 那很脏吧?

Both of the app have the same bundle Id. 两个应用都有相同的捆绑ID。 How could I do to set up my beta project without ruining my production project ? 如何在不破坏生产项目的情况下建立Beta版项目?

You can by creating a different configuration. 您可以通过创建不同的配置。 here a gif video that I just recorded for you http://g.recordit.co/N4Xp3I2vtZ.gif 这是我刚刚为您录制的gif视频http://g.recordit.co/N4Xp3I2vtZ.gif

In the gif I have duplicated the debug configuration, but I strongly recommend you to use the release one 在gif中,我复制了调试配置,但强烈建议您使用发行版一

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

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