There seems to be conflicting information on whether google analytics will work with an AIR for iOS application Have developed a kiosk based AIR for iOS game and need tracking, specifically image uploads to Facebook.
There is a thread here Does Google Analytics Tracking for Flash works in packaged air application for IOS?
which points to both the old gaforflash sec http://code.google.com/p/gaforflash/downloads/list
and also this native extension https://github.com/alebianco/ANE-Google-Analytics
which is a lot more recent. But there is a warning on the latter
'The new "app" profile on the Google Analytics dashboard won't accept any data from the trackers (1.5 and 1.5.1) currently used.'
Also there is a warning on the official Google developers page which I also assume hasn't been updated in many years
Note: Currently, Flash tracking is available for any Flash content embedded in a web page. Tracking of data sent from Adobe Air, Shockwave, or via the Flash IDE (e.g. using Test Movie) is not supported at this time.
https://developers.google.com/analytics/devguides/collection/other/flashTrackingIntro
So some confusion. Can anyone confirm whether the alebianco Native Extension will work properly?