Monday, February 28, 2011

[android-developers] Re: Cannot have more than one INSTALL_REFFERER receiver in Android Manifest?

If no one can offer a solution, the only "hack" I've found is to
forward the INSTALL_REFERRER intent on to the AdMob manually in my
receiver. Not great at all :(

On Feb 27, 11:27 pm, mscwd01 <mscw...@gmail.com> wrote:
> I am using the AdMob install receiver in my Android Manifest file,
> e.g.
>
> <!-- AdMob Install Receiver -->
> <receiver
> android:name="com.admob.android.ads.analytics.InstallReceiver"
> android:exported="true">
>     <intent-filter>
>         <action android:name="com.android.vending.INSTALL_REFERRER" />
>     </intent-filter>
> </receiver>
>
> However, I also wish to use my own INSTALL_REFFERER receiver. The
> problem is, when I include my own receiver after the AdMob one, it
> never gets called. If I include mine before the AdMob receiver in the
> manifest file, mine gets called but the AdMob one doesn't.
>
> Is there anyway I can get both to be called?
>
> Thanks

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

No comments:

Post a Comment