Pergunta

Given that it apparently takes hours for a Flurry "event" to make it to appear on their web server, debugging is kind of slow. It would be most advantageous if there were some sort of "verbose" mode that would cause Flurry events to be logged to the iPhone debugger console, but I don't see any option for that in the (very limited) Flurry documentation.

Does anyone know if there is some sort of hidden option to enable verbose output? (And, if so, how to access it?)

Foi útil?

Solução

Have you tried [FlurryAPI setDebugLogEnabled:YES];? (it's exposed in Flurry header file with a bunch of other methods).

Update for 2016 and later: it's been 5+ years since I've used Flurry and my answer is not relevant at best. I'd recommend consulting Flurry's documentation.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top