You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-adm...@googlegroups.com
Hey,
did anybody get Admob Mediation and ProGuard running?
I use Adfonic and MobFox and already added the folowing to my proguard.cfg, but still get the (still discussed here) "Unexpected Server Option"-Error in the Log and no ads showing.
Best Sebastian
-keep class com.google.ads.** {*;} -keep class com.google.ads.internal.** {*;} -keep class com.google.ads.mediation.** {*;} -keep class com.google.ads.mediation.adfonic.** {*;} -keep class com.google.ads.mediation.admob.** {*;} -keep class com.google.ads.mediation.adfonic.util.** {*;} -keep class com.google.ads.mediation.customevent.** {*;} -keep class com.google.ads.searchads.** {*;} -keep class com.google.ads.util.** {*;}
-keep class com.adfonic.android.** {*;} -keep class com.adfonic.android.api.** {*;} -keep class com.adfonic.android.ormma.** {*;} -keep class com.adfonic.android.utils.** {*;} -keep class com.adfonic.android.view.** {*;} -keep class com.google.ads.internal.** {*;} -keep class com.mobfox.** {*;} -keep class com.mobfox.adapter.** {*;} -keep class com.mobfox.sdk.** {*;} -keep class com.mobfox.sdk.data.** {*;} -keep class com.mobfox.video.** {*;}
Jasper Aarts
unread,
May 22, 2012, 11:23:46 AM5/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-adm...@googlegroups.com
It seems the mediation depends on some Annotations.
Adding the following proguard parameter worked for me:
-keepattributes *Annotation*
Jasper
Sebastian L (Berlin)
unread,
May 25, 2012, 8:41:01 AM5/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message