A few months ago, I wrote an SDK that uses a BroadcastReceiver, for the INSTALL_REFERRER intent, to process the referrer passed in from the Play Store when an app is installed. This is a pretty standard implementation that I've seen mentioned on many sites.
Well, it works great with free apps but I recently had a client install it in a paid app, and the receiver is never hit when the app is purchased! I've confirmed this by looking for log calls I make in the receiver. I can't imagine this is typical behavior. Further I haven't seen it mentioned online, so I'm wondering if this is possibly some recent breakage. Any thoughts? Perhaps there's another intent for purchased apps? Anyone else have this kind of setup for paid apps? -- 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

