Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/101.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 答案仪表板上未显示自定义属性_Ios_Swift_Twitter Fabric - Fatal编程技术网

Ios 答案仪表板上未显示自定义属性

Ios 答案仪表板上未显示自定义属性,ios,swift,twitter-fabric,Ios,Swift,Twitter Fabric,我正在使用Answers(Fabric)以便在我的应用程序中进行一些分析,但Fabric.io中的Answers dashboard有问题。 当我收到应用程序发送的事件时,我无法看到自定义属性选项卡 不管它是否是自定义事件,自定义属性选项卡都不会出现。在默认事件(共享、内容视图…)中,正确显示内容类型或内容id等默认选项卡 发生了什么事?我以这种方式遵循了Fabric文档 Answers.logCustomEvent(withName: "eventName", customAttribute

我正在使用Answers(Fabric)以便在我的应用程序中进行一些分析,但Fabric.io中的Answers dashboard有问题。 当我收到应用程序发送的事件时,我无法看到自定义属性选项卡

不管它是否是自定义事件,自定义属性选项卡都不会出现。在默认事件(共享、内容视图…)中,正确显示内容类型或内容id等默认选项卡

发生了什么事?我以这种方式遵循了Fabric文档

 Answers.logCustomEvent(withName: "eventName", customAttributes: [
        "Custom String": "foo",
        "Custom Number": 35])
但它根本不起作用


提前感谢。

我也遇到了同样的问题,这似乎是他们方面的一个持续系统问题:

监控-解决iOS、tvOS和macOS应用程序的自定义事件延迟问题。我们将继续处理Android应用程序事件队列1月4日18:02 UTC

调查-我们当前在处理和显示自定义事件时遇到延迟。小组正在调查这个问题。 1月4日15:09 UTC


来源:

是的,这似乎是一个临时问题,现在标记为已解决。我快疯了:)谢谢你的信息!2017年8月20日还有其他人面对吗?无法查看自定义属性窗口,但事件已被记录