混乱的事件根本不显示 [英] Flurry events not showing up at all

查看:174
本文介绍了混乱的事件根本不显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的应用程序中添加一些分析功能,所以我在Flurry创建了一个帐户,并将他们的SDK添加到我的项目中。然后我记录了一些事件,正常事件和定时事件。



直到这里没有什么特别的:)但即使在2天后,我在Flurry的仪表板中看不到任何这些事件。我可以看到会话的数量,所以我猜我的应用程序实际上是发送一些东西。但没有事件。



任何想法?我没有做任何异常的代码,我注册我的ID(这是正确的,根据我之前说的)



[FlurryAnalytics startSession:flurryKey];



并记录事件:

  [FlurryAnalytics logEvent:@MyEvent]; 

任何帮助将不胜感激。

解决方案

当你说Flurry Events时,我想你是指FlurryAnalytics。



OPTION-1: / p>

请交叉检查您,以及您是否集成了用于iOS的最新的 Flury SDK版本。



选项2:



请确认您是否正确引用了 FlurryAnalytics.h libFlurryAnalytics.a



还要检查你是否添加了 libFlurryAnalytics.a 到您的目标设置

中的链接二进制文件库 b
$ b

选项3:



尝试使用您的登录凭据登录到其网站,等待一些更多的小时。



而且,据我所知,这不是实时的服务。



否则,您需要联系Flurry Analytics,因为它真的是一个简单的API而开发人员可能不会遇到很多问题。



希望这有助于您。


I wanted to add some analytics functionnalities to my app so I created an account on Flurry and added their SDK to my project. Then I logged some events, normal events and timed ones.

Until here nothing special :) But even after 2 days I can't see any of these events in Flurry's dashboard. I can see the number of sessions so I guess that my app is actually sending something. But no events.

Any idea? I didn't do anything exotic about the code, I register with my ID (which is correct according to that i said previously)

[FlurryAnalytics startSession:flurryKey];

and logged events using :

[FlurryAnalytics logEvent:@"MyEvent"];

Any help would be appreciated.

解决方案

I think you are referring to FlurryAnalytics when you say Flurry Events.

OPTION-1:

Please cross check you key and whether you have integrated the latest Flury SDK version for iOS.

OPTION-2:

Please do verify whether you have properly referenced FlurryAnalytics.h and libFlurryAnalytics.a

Also check whether you have added libFlurryAnalytics.a to your Link Binaries to Libraries in your Target Settings

OPTION-3:

Try to login to its website with your login credentials and wait for some more hours.

Moreover, it is not real time service as far as I know. It roughly takes 6-8 hours to show the logged results.

Otherwise you need to contact Flurry Analytics guys as it is really a simple API and there cannot be much of problems that developers could have caused

Hope this helps you.

这篇关于混乱的事件根本不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆