0

I'm trying to configure GameAnalytics for my iOS app (swift). In the doc it says to call GameAnalytics.setEnabledInfoLog(true) to print debugging informations, but it doesn't print anything in Xcode console.

I can see the events in the Live feed on GameAnalytics.com but there's a long delay before they show up. It's not really live. How can I see the events in Xcode's console?

  • Try `verbose`, may be the SDK isn't printing anything... And it takes time, because the SDK sends data to server in regular intervals. May be there is predefined interval in the SDK. – Harsh Mar 17 '18 at 02:33
  • I have both GameAnalytics.setEnabledInfoLog(true) and GameAnalytics.setEnabledVerboseLog(true) and I still have nothing in the console. I was expecting to see the debug info in realtime even if there's a delay before it sends data to the server. – Alain Rivest Mar 17 '18 at 11:32

0 Answers0