Reputation: 16693
Using Adobe AIR new Beta SDK 15.0. When using google analytics for AIR : (analytics.swc + analytics_flash.swc)
com.google.analytics.AnalyticsTracker
and
com.google.analytics.GATracker
This is the error I get: "ga.js not found, be sure to check if
is included in the HTML."
This started only after using SDK 15.0. Using SDK 14.0 was successful.
Please advise, All help appreciated.
Upvotes: 1
Views: 260
Reputation: 565
I mean appstore mode.
As I note before problem is in new compilation mechanism which is default in AIR 15 (https://bugbase.adobe.com/index.cfm?event=bug&id=3835447). Add line
-useLegacyAOT yes
to your compile command line before sign parameters.
Maybe Adobe will fix it in next builds, but now it's only one way to compile your app without recompile SWCs.
Upvotes: 1