Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which 3rd party Analytics SDK support tvOS? [closed]

Tags:

tvos

I found out that none of those are supporting tvOS : Google Analytics, Fabric, Flurry. So I wonder is there any Analytics SDK that I could use?

like image 753
Idan Avatar asked Oct 31 '15 19:10

Idan


2 Answers

We just added support for tvOS for Google Analytics: https://github.com/analytics-pros/GA-Tracker-for-Apple-tvOS. Let me know if you have any questions

like image 193
Charles Farina Avatar answered Nov 10 '22 11:11

Charles Farina


For Google Analytics, if you're using the TVML and TVJS to build your app, you can use tvjs_google_analytics.

If you are not using TVML+TVJS, it looks like the Google Analytics SDK for iOS now supports bitcode, though they apparently do not have a tvOS target yet so you'll probably have to wait until Google gets around to adding that.

like image 37
Doug Richardson Avatar answered Nov 10 '22 09:11

Doug Richardson