mopub

java.util.ConcurrentModificationException in activity onCreate

烂漫一生 提交于 2020-01-31 04:57:25
问题 In a recent release where I added MoPub via Admob ad mediation I am seeing a bunch of ConcurrentModificationException in crash logs. It all seems to be native code and I am on the latest version of all ad related and google/android related libraries. Anyone run in to this before? java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3121) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3264) at android.app

Mo pub + iAds in iPhone landscape game

泄露秘密 提交于 2020-01-06 15:40:34
问题 Now I got one requirement to use MoPub+iAds in iPhone game. I used mo pub sdk and initialized view like this MPAdView *moPubAdView = [[MPAdView alloc] initWithAdUnitId:MOPUB_ADS_ACCOUNT_ID size:MOPUB_BANNER_SIZE]; But this displays 320x50 in size. How to enable iAd for this view? Now it is displaying only mo pub ads. 回答1: If you want the slim iAd banner you have to pass the correct CGSize in the size parameter. In this case CGSizeMake(480, 32). To enable iAds for your App go to itunesconnect

Not able to get ads from admob with mopub

纵饮孤独 提交于 2019-12-31 01:06:29
问题 I've been trying to get ads running on my app for a couple of days now. I have everything setup, line item, banner, admob ID (the one with ca-app....), I got the right mopub Id and everything. However I still get this message: 12-16 20:13:44.984 2778-2778/com.spekz D/skia﹕ GFXPNG PNG bitmap created width:720 height:279 bitmap id is 184 12-16 20:13:44.994 2778-2778/com.spekz D/dalvikvm﹕ GC_FOR_ALLOC freed 55K, 18% free 27700K/33472K, paused 14ms, total 14ms 12-16 20:13:45.004 2778-2778/com

Not able to get ads from admob with mopub

谁说我不能喝 提交于 2019-12-31 01:06:25
问题 I've been trying to get ads running on my app for a couple of days now. I have everything setup, line item, banner, admob ID (the one with ca-app....), I got the right mopub Id and everything. However I still get this message: 12-16 20:13:44.984 2778-2778/com.spekz D/skia﹕ GFXPNG PNG bitmap created width:720 height:279 bitmap id is 184 12-16 20:13:44.994 2778-2778/com.spekz D/dalvikvm﹕ GC_FOR_ALLOC freed 55K, 18% free 27700K/33472K, paused 14ms, total 14ms 12-16 20:13:45.004 2778-2778/com

Why can't I add mopub-android-sdk as library?

谁说我不能喝 提交于 2019-12-24 16:17:42
问题 I want to use MoPub for putting ads in my Android app. I have downloaded the required resources and set-up a library project (mopub-android-sdk) in Eclipse. Now I want to add this project as a library to my Android app. But when I try to do that it gives this error: 回答1: Are the mopub-android-sdk files in the same parent folder as your project? This seems like the same problem addressed in this question/answer: In eclipse, unable to reference an android library project in another android

Not able to show native ads of Mopub in android application

杀马特。学长 韩版系。学妹 提交于 2019-12-23 03:11:28
问题 I have integarted with Mopub for displaying ads in my android application. I am able to display bannner and interstitial ads but not native ads, layout file code, <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/note_title

How do I check where my app is using IDFA

断了今生、忘了曾经 提交于 2019-12-17 17:32:24
问题 While submitting my app to the App Store, I got this message: "Your app is using the Advertising Identifier (IDFA). You must either provide details about the IDFA usage or remove it from the app and submit your binary again." I am no longer displaying ads so I said that I was not using the IDFA when I was asked. I also tried submitting the app by saying that I was using the IDFA to display targeted ads. When I WAS displaying ads, I was using MoPub and Facebook Audience Network. Is there a way