Skip to content

rontian/ANE-IDFA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

built by distriqt //

IDFA

The IDFA extension gives you simple access to the advertising identifiers on Android and iOS.

Features

  • Access the identifier for advertising on iOS;
  • Access the advertising Id on Android;
  • Single API interface - your code works across supported platforms with no modifications
  • Sample project code and ASDocs reference

Documentation

Latest documentation can be found in the wiki

Example:

IDFA.service.addEventListener( IDFAEvent.COMPLETE, idfaCompleteHandler );
IDFA.service.getIDFA();

function idfaCompleteHandler( event:IDFAEvent ):void
{
    trace( "identifier: " + event.identifier );
}

About

Advertising Identifier AIR Native Extension

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ActionScript 91.1%
  • AngelScript 8.9%