adwhirl

Can I add a new AdWhirl ad network for an existing app?

余生颓废 提交于 2019-12-23 03:01:02
问题 I currently have AdMob and iAd configured in the AdWhirl settings for my iOS app, which is currently on the app store. I'm thinking of adding InMobi as well. Obviously I'll need to add the InMobi SDK to my app and do an update for the app. What I'm worried about though is, what happens to old versions of my app once I've enabled InMobi. Will they get InMobi requests they can't handle? Basically, will it be a problem? 回答1: This is actually a very good question. If you update your

application does not show adwhirl ads

偶尔善良 提交于 2019-12-22 18:14:07
问题 I created a simple application that shows add using ad whirl .it does not show any ad i added logcat file thanks in advance 11-18 15:08:55.940: ERROR/AdWhirl SDK(619): Caught IOException in fetchConfig() 11-18 15:08:55.940: ERROR/AdWhirl SDK(619): java.net.UnknownHostException: mob.adwhirl.com 11-18 15:08:55.940: ERROR/AdWhirl SDK(619): at java.net.InetAddress.lookupHostByName(InetAddress.java:513) 11-18 15:08:55.940: ERROR/AdWhirl SDK(619): at java.net.InetAddress.getAllByNameImpl

Objective-C, Adwhirl banner in Interface Builder

白昼怎懂夜的黑 提交于 2019-12-22 00:28:53
问题 Does anyone have any suggestions on how to make a AdWhirl banner in interface builder? Right now I use this code to make a banner: AdWhirlView *awView = [AdWhirlView requestAdWhirlViewWithDelegate:self]; [self.view addSubview:awView]; awView.frame = CGRectMake(0, 361, kAdWhirlViewWidth, kAdWhirlViewHeight); I've tried to make a UIView and making an IBOutlet to it and making it's class a AdWhirlView but I can't seem to get it right... Thanks 回答1: Here is the code that I use with IB: In

Adwhril sample example giving classnotfound exception

末鹿安然 提交于 2019-12-11 02:57:32
问题 i am having my manifest file like this <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.basic.adwhrilsample" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.READ_PHONE_STATE" /> <uses-permission android

AdWhirlLayout problem

断了今生、忘了曾经 提交于 2019-12-10 18:43:20
问题 I have this in my main.xml <com.adwhirl.AdWhirlLayout android:id="@+id/timer_ads" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" /> And it always results in Binary XML file line #117: Error inflating class com.adwhirl.AdWhirlLayout and another interesting line says, Caused by: java.lang.NoSuchMethodException: AdWhirlLayout(Context,AttributeSet) Does it mean that I can't use the AdWhirlLayout from the xml? 回答1: This issue has

Empty AdWhirl layout on android (no ads shown)

隐身守侯 提交于 2019-12-10 11:16:09
问题 I have a strange problem with integrating AdWhirl into my android app. Networks connected through AdWhirl: * Mileniall Media * AdMob * InMobi (it gives invalid adapter error but thats a known issue and not the main problem) I've downoaded and included AdWhirl SDK 3.0.0, the jars for respective network and did all the steps included in the manual (changes in manifest file, lib including etc) And I've put the AdWhirl code into my app. Layout that is the placeholder for AdWhirlLayout.

AdMob via AdWhirl: Not enough space to show ad! Wants: 480, 75, Has: 320, 52

廉价感情. 提交于 2019-12-06 13:15:22
问题 I'm trying to integrate ads into my Android app using AdWhirl and AdMob. The AdWhirl site gave me the following code to use: AdWhirlLayout adWhirlLayout = (AdWhirlLayout) findViewById(R.id.layoutAdWhirl); int diWidth = 320; int diHeight = 52; int density = (int) getResources().getDisplayMetrics().density; int scaledWidth = (int) (diWidth * density); int scaledHeight = (int) (diHeight * density); adWhirlLayout.setAdWhirlInterface(this); adWhirlLayout.setMaxWidth(scaledWidth); adWhirlLayout

Android AdWhirl & AdSense 3.1

≡放荡痞女 提交于 2019-12-06 06:30:39
问题 AdSense (Google AdSense SDK 3.1) alone works fine in my app. When I use AdWhirl I see in my Log always: :WARN/AdWhirl SDK(562): AdSense company name and app name are required parameters How do I send this params right so also AdWhirl transfer it to AdSense?? (I didn't delete the params I used for ONLY ADSENSE.. so they are still there??) 回答1: Found the Solution :) just simple add: AdWhirlAdapter.setGoogleAdSenseAppName("Application Name"); AdWhirlAdapter.setGoogleAdSenseCompanyName("Developer

Objective-C, Adwhirl banner in Interface Builder

扶醉桌前 提交于 2019-12-04 21:32:06
Does anyone have any suggestions on how to make a AdWhirl banner in interface builder? Right now I use this code to make a banner: AdWhirlView *awView = [AdWhirlView requestAdWhirlViewWithDelegate:self]; [self.view addSubview:awView]; awView.frame = CGRectMake(0, 361, kAdWhirlViewWidth, kAdWhirlViewHeight); I've tried to make a UIView and making an IBOutlet to it and making it's class a AdWhirlView but I can't seem to get it right... Thanks Here is the code that I use with IB: In SecondViewController.h @interface SecondViewController : UIViewController <AdWhirlDelegate> { IBOutlet AdWhirlView

AdMob via AdWhirl: Not enough space to show ad! Wants: 480, 75, Has: 320, 52

对着背影说爱祢 提交于 2019-12-04 20:26:07
I'm trying to integrate ads into my Android app using AdWhirl and AdMob. The AdWhirl site gave me the following code to use: AdWhirlLayout adWhirlLayout = (AdWhirlLayout) findViewById(R.id.layoutAdWhirl); int diWidth = 320; int diHeight = 52; int density = (int) getResources().getDisplayMetrics().density; int scaledWidth = (int) (diWidth * density); int scaledHeight = (int) (diHeight * density); adWhirlLayout.setAdWhirlInterface(this); adWhirlLayout.setMaxWidth(scaledWidth); adWhirlLayout.setMaxHeight(scaledHeight); This works just fine on some of my emulators, but when I try some smaller or