farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

New InMobi SDK 2.0 breaks AdWhirlInMobiAdapter #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. InMobi SDK 2.0
2.
3.

What is the expected output? What do you see instead?

No InMobi ads are served 

Because the new InMobi SDK has a new delegate which is not implemented in the 
AdWhirlInMobiAdapter

The delegate is rootViewController 

Adding this would make it work 

Original issue reported on code.google.com by till...@gmx.net on 9 Feb 2011 at 11:59

GoogleCodeExporter commented 9 years ago
Possibly related to this:

02-10 17:04:20.247: WARN/AdWhirl SDK(11099): Unsupported ration type: 18
02-10 17:04:20.255: WARN/AdWhirl SDK(11099): Caught an exception in adapter:
02-10 17:04:20.255: WARN/AdWhirl SDK(11099): java.lang.Exception: Invalid 
adapter
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
com.adwhirl.adapters.AdWhirlAdapter.handle(AdWhirlAdapter.java:158)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
com.adwhirl.AdWhirlLayout.handleAd(AdWhirlLayout.java:222)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
com.adwhirl.AdWhirlLayout.access$3(AdWhirlLayout.java:205)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
com.adwhirl.AdWhirlLayout$HandleAdRunnable.run(AdWhirlLayout.java:390)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
android.os.Handler.handleCallback(Handler.java:587)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
android.os.Handler.dispatchMessage(Handler.java:92)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
android.os.Looper.loop(Looper.java:123)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
android.app.ActivityThread.main(ActivityThread.java:4627)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
java.lang.reflect.Method.invokeNative(Native Method)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
java.lang.reflect.Method.invoke(Method.java:521)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
02-10 17:04:20.255: WARN/AdWhirl SDK(11099):     at 
dalvik.system.NativeStart.main(Native Method)

Original comment by BlackAng...@gmail.com on 11 Feb 2011 at 1:16

GoogleCodeExporter commented 9 years ago
I have the same trouble. Anyone can post a solution?
Thanks in advance

Original comment by andreabl...@gmail.com on 1 Apr 2011 at 10:35

GoogleCodeExporter commented 9 years ago
I too have same trouble.. Any workaround?

Original comment by vir.j...@gmail.com on 15 Apr 2011 at 12:57

GoogleCodeExporter commented 9 years ago
Yes. I am still waiting for AdWhirl to update their InMobiAdapter!

Original comment by rish2c...@gmail.com on 18 Apr 2011 at 10:16

GoogleCodeExporter commented 9 years ago
Has this issue been fixed yet?

Original comment by src...@gmail.com on 3 Aug 2011 at 10:04

GoogleCodeExporter commented 9 years ago
Hi,

I represent InMobi's Global Ops team and would like to work with you in 
integrating with InMobi. Can you shoot an e-mail to helpdesk@inmobi.com and 
I'll work with you to getting this fixed.

For your Android Integration, please use the following methods:

If you are using the SDK source, please replace the InMobi adapter in your 
source with the file located at the following dropbox linke: Adwhirl – InMobi 
Adapter for Android - http://dl.dropbox.com/u/30899852/InMobiAdapter.java

If you are using the compiled SDK Jar from Adwhirl, please use the following 
jar (exclusively)

Adwhirl Compiled Jar with updated InMobi Adapters - 
http://dl.dropbox.com/u/30899852/adWhirl/AdWhirlSDK_Android_3.0.0.jar

Please note that this jar is compiled with default adapters which are a part of 
the SDK source bundle from Adwhirl. The only change is that the InMobi adapter 
has been updated to work with the new SDK from InMobi. Also note, this is not 
an official release from Adwhirl but provided by InMobi. I do not represent 
Adwhirl and only represent InMobi

Hope this helps. As before, please feel free to reach out to us at 
helpdesk@inmobi.com

AJ

Original comment by ana...@gmail.com on 11 Aug 2011 at 8:59

GoogleCodeExporter commented 9 years ago
do you have the fix for iOS as well ?

Original comment by acerbe...@gmail.com on 16 Aug 2011 at 12:38

GoogleCodeExporter commented 9 years ago
I am using the customized SDK provided by Comment#6, but I still get the same 
result:

11-21 16:07:50.460: D/AdWhirl SDK(21688): Dart is <43.673658847807516> of 
<100.0>
11-21 16:07:50.470: D/AdWhirl SDK(21688): Showing ad:
11-21 16:07:50.470: D/AdWhirl SDK(21688):   nid: 7b08046df7e74ef990d8c226aec084d0
11-21 16:07:50.470: D/AdWhirl SDK(21688):   name: inmobi
11-21 16:07:50.470: D/AdWhirl SDK(21688):   type: 18
11-21 16:07:50.470: D/AdWhirl SDK(21688):   key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
11-21 16:07:50.470: D/AdWhirl SDK(21688):   key2: 
11-21 16:07:50.470: W/AdWhirl SDK(21688): Unsupported ration type: 18
11-21 16:07:50.470: W/AdWhirl SDK(21688): Caught an exception in adapter:
11-21 16:07:50.470: W/AdWhirl SDK(21688): java.lang.Exception: Invalid adapter
11-21 16:07:50.470: W/AdWhirl SDK(21688):   at 
com.adwhirl.adapters.AdWhirlAdapter.handle(AdWhirlAdapter.java:166)

Is there anything else that I need do? Or do I need to download another update?

Thanks for the help x_x

Original comment by kaichun....@gmail.com on 21 Nov 2011 at 8:10

GoogleCodeExporter commented 9 years ago
Pretty sure v3.1.1 of the AdWhirl SDK for Android should fix this problem.

Original comment by wesgood...@google.com on 29 Nov 2011 at 2:21