本文介绍了支持 Watch 的 iOS 应用程序的 Crashlytics/Fabric 分发?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我肯定在这里遗漏了一些明显的东西 - 但无论我在哪里看,我都找不到任何可以帮助我的东西,所以我会试一试:

I sure am missing something obvious here - but no matter where I looked I found nothing to aid me here so I'll give it a try:

我正在开发一个 (obj-c) 应用程序,我在其中集成了 Fabric/Crashlytics 框架,并通过出色的 Fabric-Site 将其分发给我的测试人员.这在许多版本中都完美无缺.现在我通过集成 WatchKit 向我的应用程序添加了 AppleWatch 兼容性.一切正常.

I'm developing an (obj-c) app in which I have integrated the Fabric / Crashlytics framework and which I distribute to my testers via the fabulous Fabric-Site. That worked flawless for many, many versions.Now I have added AppleWatch-compatibility to my app via integration of WatchKit. All works fine.

但是通过 Fabric 分发给我的 beta 测试人员将不再起作用;分发站点只是声明你现在已经准备好了.一旦新的 Build 准备就绪……"和在以前的版本"下包括 WatchKit 在内的所有版本都标记为不可用".虽然可以安装旧版本...

But distribution via Fabric to my beta-testers just won't work any more; The distributions site just states "You're all set for now. As soon as a new Build is ready..." and under "Previous Versions" all version including the WatchKit are marked as "Not Available". Older versions are available to install though...

我怀疑包含的配置文件有问题 - 但所有配置文件都按预期设置 - f.e.在所有配置文件中注册的所有设备,手表应用程序和扩展程序的单独配置文件 - 并且创建的档案没有错误或警告.他们甚至通过了 AppStore 验证.但是没有运气将这些版本提供给我的 Beta 测试人员......

I suspect something wrong with the included provisioning profiles - but all are set up as they should - f.e. all devices registered in all profiles, separate profiles for the watch app and the extension - and the archives are created without errors or warnings. They even pass the AppStore validation. But no luck in getting those versions to my beta-testers...

任何提示将不胜感激.

推荐答案

截至目前,WatchKit 应用程序和扩展程序似乎仍然无法由 Fabric 分发.Fabric 文档 根本不涉及 WatchKit、WatchOS 或 Apple Watch,而当前的 仅在开发者论坛中对该问题进行了重要讨论,大约五个月前,声明它当时是不可能的.

As at current date it continues to appear to be the case that WatchKit Apps and Extensions cannot be distribute by Fabric. The Fabric Documentation does not refer to WatchKit, WatchOS or Apple Watch at all, and the current only significant discussion of the question in the developer forums, from about five months ago, states it was not possible at that time.

这篇关于支持 Watch 的 iOS 应用程序的 Crashlytics/Fabric 分发?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-26 19:59