adwhirl

EXC_BAD_ACCESS in device, not in simulator

僤鯓⒐⒋嵵緔 提交于 2021-01-27 06:15:36
问题 I have implemented adwhirl in my project. I have implemented it previously in my projects, so I just incorporated it into my current project from my previous. - (UIViewController *)viewControllerForPresentingModalView { { return self; } I had used this in my previous projects..since my window.rootvviewcontroller was self only. But in my current project there are many screens on which I am showing ads, so I have used: - (UIViewController *)viewControllerForPresentingModalView { { return return

EXC_BAD_ACCESS in device, not in simulator

不羁岁月 提交于 2021-01-27 06:15:17
问题 I have implemented adwhirl in my project. I have implemented it previously in my projects, so I just incorporated it into my current project from my previous. - (UIViewController *)viewControllerForPresentingModalView { { return self; } I had used this in my previous projects..since my window.rootvviewcontroller was self only. But in my current project there are many screens on which I am showing ads, so I have used: - (UIViewController *)viewControllerForPresentingModalView { { return return

Issues With Adwhirl(Admob+Inmobi+..)

落花浮王杯 提交于 2020-01-22 16:00:28
问题 With AdWhirl I got these Exceptions... I Couldn't found Wrong from my Side... Could anyone Suggest on this.. FATAL EXCEPTION: main E/AndroidRuntime( 279): java.lang.NullPointerException E/AndroidRuntime( 279): at android.webkit.WebView.requestFocus(WebView.java:6081) E/AndroidRuntime( 279): at android.view.ViewGroup.onRequestFocusInDescendants(ViewGroup.java:1073) E/AndroidRuntime( 279): at android.view.ViewGroup.requestFocus(ViewGroup.java:1029) E/AndroidRuntime( 279): at android.view

Issues With Adwhirl(Admob+Inmobi+..)

℡╲_俬逩灬. 提交于 2020-01-22 16:00:08
问题 With AdWhirl I got these Exceptions... I Couldn't found Wrong from my Side... Could anyone Suggest on this.. FATAL EXCEPTION: main E/AndroidRuntime( 279): java.lang.NullPointerException E/AndroidRuntime( 279): at android.webkit.WebView.requestFocus(WebView.java:6081) E/AndroidRuntime( 279): at android.view.ViewGroup.onRequestFocusInDescendants(ViewGroup.java:1073) E/AndroidRuntime( 279): at android.view.ViewGroup.requestFocus(ViewGroup.java:1029) E/AndroidRuntime( 279): at android.view

AdWhirl touch intercept

╄→гoц情女王★ 提交于 2020-01-06 07:58:16
问题 I'd like to make an action (increment a counter) when a player touch the ad of the adwhirl banner. I've seen that the AdWhirl class have a method that is called every touch: //We intercept clicks to provide raw metrics public boolean onInterceptTouchEvent(MotionEvent event) { switch(event.getAction()) { //Sending on an ACTION_DOWN isn't 100% correct... user could have touched down and dragged out. Unlikely though. case MotionEvent.ACTION_DOWN: Log.d(AdWhirlUtil.ADWHIRL, "Intercepted ACTION

Android integration AdWhirl and AdMob

耗尽温柔 提交于 2020-01-05 07:58:15
问题 I'm trying to integrate AdWhirl and AdMob in my Android Application and I have some question: I have many activities and I want put advertisement in most of them. In which activity should I put the following code? // ** *ADWHIRL CODE // These are density-independent pixel units, as defined in // http://developer.android.com/guide/practices/screens_support.html int width = 320; int height = 52; DisplayMetrics displayMetrics = getResources().getDisplayMetrics(); float density = displayMetrics

adwhril sample not working

孤街浪徒 提交于 2019-12-25 03:08:07
问题 can anyone provide me a sample for integrating adwhril into android.I tried this sample http://paste2.org/p/2168910 I used the same code as that one replacing the sdk key of mine But i am getting warnings saying Can anyone suggest me updated the code as suggested and got this warning 回答1: Yea, i have also faced this problem and solved in this way Add those if you didn't already added in your menifest <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name=

Resizing UITableView When Displaying AdWhirl Ads Across Multiple Views

北城以北 提交于 2019-12-24 06:39:00
问题 I am trying to integrate AdWhirl into my iPhone app using an AppDelegate singleton so I can use the same AdWhirl instance across multiple views, but cannot figure out how to resize the tables in those views. The code I am using is: in ...AppDelegate.h: #import "AdWhirlView.h" #import "AdWhirlDelegateProtocol.h" @interface ...AppDelegate : NSObject <UIApplicationDelegate, AdWhirlDelegate> AdWhirlView *awView; ... @property (nonatomic, retain) AdWhirlView *awView; in ...AppDelegate.m

Adwhirl for iPad

僤鯓⒐⒋嵵緔 提交于 2019-12-23 05:08:08
问题 I'm trying to integrate adWhirl into my iPad app, but I it's doesn't seem to work. It seems like lot's of people encountered the same issue, but I couldn't find a remedy. I tried to stretch the adView to fit the iPad screen, but the ad remains iPhone sized. Is there a known solution to this problem ? 回答1: This requires that you change each adapter that you would like to use. I have written up a tutorial on how to do this with admob, iad, greystripe, and mdotm. Take a look at it here: http:/

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

断了今生、忘了曾经 提交于 2019-12-23 03:02: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