AdWhirl - iPhone SDK Release

354 views
Skip to first unread message

Nigel Choi

unread,
Jul 16, 2010, 8:25:35 PM7/16/10
to adwhir...@googlegroups.com
Version 2.3.1 released today:

- Added support for ZestAdz.
- Fixed issue #40. Tapping mailto: links in in-app browser now sends users to the Mail App.
- Accepted contribution from Greystripe for an adapter and tested to work.
- Tested with latest Millennial library with iPhone OS 4.
- Tested with latest VideoEgg library with iPhone OS 4.

Nigel Choi

unread,
Jul 29, 2010, 1:14:54 AM7/29/10
to AdWhirl Users
Version 2.5.0 released today:

- Updated Jumptap adapter for latest Jumptap API (2.0.12.4, 7/13/2010)
- Support decimal rations (Issue #49)
- Reset UIWebView's delegate in AdWhirlWebBrowserController (Issue
#64)
- Reseed random() only once (Issue #66)

Chun-Kai Wang

unread,
Jul 29, 2010, 1:37:49 AM7/29/10
to adwhir...@googlegroups.com
Does it fix anything w/ Videoegg?

Nigel Choi

unread,
Aug 19, 2010, 12:25:43 PM8/19/10
to AdWhirl Users
Version 2.5.5 released today:

- Added a test framework and some unit tests, using Google Toolbox for
Mac and OCMock
- Added Xcode file templates for new AdWhirl files
- Some code refactoring to facilitate testing
- Call disableAdRefresh on MMAdView on adaptor dealloc (Issue #67)
- totalWeight should be a double when checking total weight in
AdWhirlConfig.m (Issue #72)

Nigel Choi

unread,
Aug 19, 2010, 12:35:26 PM8/19/10
to AdWhirl Users
And also:

- Allows config refresh using the updateAdWhirlConfig method of AdWhirlView (Issue #73)

James

unread,
Aug 19, 2010, 1:49:42 PM8/19/10
to AdWhirl Users
Hello,

I'm trying to integrate with the 2.5.5 SDK and I'm getting the
following link errors.

Undefined symbols:
"_OBJC_CLASS_$_AdWhirlConfigStore", referenced from:
objc-class-ref-to-AdWhirlConfigStore in AdWhirlView.o
"_OBJC_CLASS_$_AdWhirlClassWrapper", referenced from:
objc-class-ref-to-AdWhirlClassWrapper in
AdWhirlAdNetworkRegistry.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

Has anybody encountered this problem, if so do you know how it can be
solved?

Thanks!

On Aug 19, 9:35 am, Nigel Choi <nigelc...@google.com> wrote:
> And also:
>
> - Allows config refresh using the updateAdWhirlConfig method of AdWhirlView
> (Issue #73)
>

pofak

unread,
Aug 23, 2010, 9:06:05 PM8/23/10
to AdWhirl Users
I get this error in LogCat:

08-23 19:59:40.871: INFO/ZestADZ SDK(1943): Adclient ID set to ***MY
APP zestAdz ID ***
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): Caught an exception in
adapter:
08-23 19:59:40.903: WARN/AdWhirl SDK(1943):
java.lang.NoSuchMethodError: com.zestadz.android.ZestADZAdView.<init>
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
com.adwhirl.adapters.ZestAdzAdapter.handle(ZestAdzAdapter.java:58)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
com.adwhirl.adapters.AdWhirlAdapter.handle(AdWhirlAdapter.java:146)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
com.adwhirl.AdWhirlLayout.handleAd(AdWhirlLayout.java:132)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
com.adwhirl.AdWhirlLayout.access$1(AdWhirlLayout.java:120)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
com.adwhirl.AdWhirlLayout$HandleAdRunnable.run(AdWhirlLayout.java:272)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
android.os.Handler.handleCallback(Handler.java:587)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
android.os.Handler.dispatchMessage(Handler.java:92)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
android.os.Looper.loop(Looper.java:123)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
android.app.ActivityThread.main(ActivityThread.java:4627)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
java.lang.reflect.Method.invokeNative(Native Method)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
java.lang.reflect.Method.invoke(Method.java:521)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:868)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
08-23 19:59:40.903: WARN/AdWhirl SDK(1943): at
dalvik.system.NativeStart.main(Native Method)
08-23 19:59:40.903: DEBUG/QuattroWirelessSDK/2.1(1943): No ad in
showNextAd


I have AdWhirlSDK_Android_2.5.3.jar and zestadz_android_sdkv1.2.jar in
the build path

Fred Chung

unread,
Aug 24, 2010, 2:12:06 PM8/24/10
to AdWhirl Users
pofak,

Please try with the Android sdk v2.5.4. http://code.google.com/p/adwhirl/downloads/list
It was updated yesterday with some changes related to ZestADZ
compatibility.

Fred
Message has been deleted
Message has been deleted
Message has been deleted

Nigel Choi

unread,
Oct 8, 2010, 12:33:46 PM10/8/10
to AdWhirl Users
Version 2.6.1 released today:

- Fixed Issue #42: Get the appid from the config instead of the
delegate when reporting impressions. The delegate may have been gone
by then.
- Fixed Issue #104 and #106: Fixed race condition where AdWhirl's
refresh timer coincides with iAd's refresh timer, and the old iAd
calling back when transitioning to the new iAd. In the process, added
stopBeingDelegate required method for ad network adapters.
- Fixed Issue #116: Don't choose next ad network by percent if the
total available percentage is 0.
- Don't make new ad request if modal view is active in any case.
- Added InMobi support.
- Remove support for Google AdSense expandables. It does not work with
AdWhirl.

Nigel Choi

unread,
Nov 29, 2010, 4:52:33 PM11/29/10
to AdWhirl Users
Version 2.6.2 released today:

- Fixed Issue #70 with patch from Greystripe
- Fixed Issue #77 by releasing Jumptap object
- Issue #121 updated MdotM Adapter with patch from MdotM
- Added support for BrightRoll (Issue #134)
Reply all
Reply to author
Forward
0 new messages