So, since GA is still working, basically this means the market app will only send the intent to a proper GA receiver? That is pretty painful as I don't see a way to get the referrer for this particular device, only go to GA to get the referrers in aggregate? Can you poke into the SQLLite DB to get the referrer?
Anyone know how to get around this??? On Aug 11, 8:45 am, Mark <[email protected]> wrote: > Yeah, I really need to know the answer to this question as well. > > Is there some method to introspect on the intents being sent? > > On Aug 10, 1:39 pm, Some Coder <[email protected]> wrote: > > > > > > > > > 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_REFERRERIntent 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 theINSTALL_REFERRERcode > > > get executed regardless of whether the app had previously been installed > > > and > > > uninstalled. Does 3.x cache state somewhere so that theINSTALL_REFERRERis > > > 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 withINSTALL_REFERRERon > > >>> 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

