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

