It looks like this might be related to the Market app version, not the
Android version.  I just saw similar behavior (no BroadcastReceiver called
during install, or on first launch) on an Android 2.2. handset running the
updated Android market app (version 3.0.27) which came out a couple weeks
ago.

Can anyone else confirm this problem?

Are third party BroadcastReceivers for
the com.android.vending.INSTALL_REFERRER Intent still supported by the new
Market app?



On Wed, Aug 3, 2011 at 3:13 PM, Some Coder <[email protected]> wrote:

> I'm also seeing this problem.  I tested on an acer 500 tablet running
> android 3.1.
>
> The code in the BroadcastReceiver doesn't appear to run when the app starts
> for the first time. I had installed and uninstalled the app before the test.
>  In pre 3.x Android versions I would always see the INSTALL_REFERRER code
> get executed regardless of whether the app had previously been installed and
> uninstalled.  Does 3.x cache state somewhere so that the INSTALL_REFERRER is
> only processed once ever (per app version?)?
>
>
>
> On Tue, Aug 2, 2011 at 3:09 PM, Dianne Hackborn <[email protected]>wrote:
>
>> In 3.1 this shouldn't be sent until the user actually launches the app for
>> the first time.
>>
>>
>> On Tue, Aug 2, 2011 at 12:00 PM, Mark <[email protected]> wrote:
>>
>>> Does anyone know if something changed with INSTALL_REFERRER on
>>> hoeycomb?  Just trying to update some code to work properly on
>>> honeycomb and it doesn't look like we are receiving referrer
>>> information from the market app on hoeycomb.  We might be missing
>>> something obvious, but just checking to see if this is some known
>>> change??
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to [email protected]
>>> To unsubscribe from this group, send email to
>>> [email protected]
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>>
>>
>>
>>
>> --
>> Dianne Hackborn
>> Android framework engineer
>> [email protected]
>>
>> Note: please don't send private questions to me, as I don't have time to
>> provide private support, and so won't reply to such e-mails.  All such
>> questions should be posted on public forums, where I and others can see and
>> answer them.
>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to