开发者

Flurry's not collecting any data from my iPhone-app

开发者 https://www.devze.com 2023-01-03 02:50 出处:网络
I want to use Flurry to collec开发者_JAVA百科t some statistics, so I registered and created an app in Flurry. Then, I put the following code in my appDidFinishLaunching:

I want to use Flurry to collec开发者_JAVA百科t some statistics, so I registered and created an app in Flurry. Then, I put the following code in my appDidFinishLaunching:

[FlurryAPI startSession:@"code here"];

Afterwards, I installed the app on my iPhone and ran it - but I don't see any data online. Am I missing something?

And is data also collected from the simulator?

Thanks a lot,

Stefan


Did you wait for the data to be processed before checking? You may want to consider using Localytics (www.localytics.com) which is a real-time service so you can see the results of your tests immediately.

-- Henry

0

精彩评论

暂无评论...
验证码 换一张
取 消