44

We are seeing a large percentage of our analytics report Google TV in our iOS application. Since we in no way support Google TV, this has to be a error.

Wrong model

We have followed the firebase install, and never saw a place to force the model, does anyone know if there is somewhere we should be setting the model?

The only thing I thing might be is the Xcode simulator, curious if others are seeing this.

Thanks!

Tasnuva Leeya
  • 2,515
  • 1
  • 13
  • 21
Rob Bonner
  • 9,276
  • 8
  • 35
  • 55
  • 3
    Yes, I'm seeing the same when using Xcode 8.2 and iPhone Simulator. Oddly, Firebase is reporting the OS correctly (10.2) – Collierton Jan 03 '17 at 16:36
  • Same issue is happing with the C++ SDK (2.1.3) of Firebase. iPhone Simulator is reporting GoogleTV and app_platform in big query is showing iOS. – mars3142 Feb 17 '17 at 10:20
  • Even worse, what is "Other". So basically Firebase is accurate less than 20% of the time on something that should be exact. Still seeing this. – Chris Apr 17 '17 at 18:07
  • 1
    Even I' m getting this, simulator is showing as Google TV – jeff ayan Jun 20 '17 at 07:17

1 Answers1

1

I think FIRDebugEnabled or FIRAnalyticsDebugEnabled should be enabled in the arguments when you're using a simulator.

JW Geertsma
  • 857
  • 3
  • 13
  • 19