Skip to main content
Participant
February 2, 2011
Question

Receive BroadCast Events

  • February 2, 2011
  • 2 replies
  • 1127 views

I'm new to Adobe AIR. I've done lots of JAVA development for Android.

I'm wondering if Adobe AIR applications can receive BroadCast Events the way a java based receiver can. 

http://developer.android.com/intl/de/reference/android/content/BroadcastReceiver.html

In particular, I'm interested in the INSTALL_REFERRER event to track installs.

  <receiver android:name="com.ccompany. " android:exported="true">

    <intent-filter>

      <action android:name="com.android.vending.INSTALL_REFERRER" />

    </intent-filter>

Thanks to anyone who can tell me if such a thing is possible or if I am just wasting my time trying.

Nathan

This topic has been closed for replies.

2 replies

February 26, 2014

As of today, there is no direct way of adding this feature in.

However there are possibly some hacks that will get this going.

Alternately, you could extend an open source ANE for google analytics and have this functionality embeded in them.

February 3, 2011

I don't think this is supported in current version, but if you have a very good use case (to require this functionality), please submit it at ideas.adobe.com