Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Runtime error on iOS #44

Closed
chatmurai opened this issue Jun 2, 2014 · 2 comments
Closed

Runtime error on iOS #44

chatmurai opened this issue Jun 2, 2014 · 2 comments
Assignees
Labels

Comments

@chatmurai
Copy link

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.

@alebianco alebianco added the bug label Jun 2, 2014
@alebianco alebianco self-assigned this Jun 2, 2014
@alebianco
Copy link
Owner

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

@chatmurai
Copy link
Author

Hi Alessandro, that's a good news since I updated all my projects to AIR 13 last week ;-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants