You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
Air 13.0 / iOS 7.1.1
The followig error is raised at runtime with simple code :
if( Analytics.isSupported() )
{
var analytics:Analytics = Analytics.getInstance();
var tracker:ITracker = analytics.getTracker( 'UA-*******-' );
tracker.buildView("Home").track();
}
ArgumentError: Error #3500: The extension context does not have a method with the name getCampaignData.
The text was updated successfully, but these errors were encountered:
That happens only on the 2.0.7 RC 1 but yes, it should not happen.
I already noticed the problem and an update to the release will be published probably this week
Air 13.0 / iOS 7.1.1
The followig error is raised at runtime with simple code :
if( Analytics.isSupported() )
{
var analytics:Analytics = Analytics.getInstance();
var tracker:ITracker = analytics.getTracker( 'UA-*******-' );
tracker.buildView("Home").track();
}
ArgumentError: Error #3500: The extension context does not have a method with the name getCampaignData.
The text was updated successfully, but these errors were encountered: