facebook-audience-network Questions
1
I have problem adding a banner ad into this layout of my Android app. But this ad is not showing. The implementation in ActivityMain.java has no problem because when i add it other layouts, the ban...
Selinski asked 14/1, 2018 at 22:36
0
We are currently working on implementing Ad-Exchange mediation from Facebook audience network into our app.
We are following the guidelines for iOS and Android. In iOS version of the app, We are g...
Automaton asked 26/9, 2018 at 5:57
0
I have a React Native app in which I am already serving admob ads. Now I want to integrate ad mediation with Facebook Audience network and I configured everything according to this guide until step...
Rachmaninoff asked 7/11, 2017 at 8:47
1
After updating Facebook Audience Network SDK version to 4.26.0, my app is facing lots of crash because of the below issue according to Firebase crash report.
Caused by java.lang.IllegalStateExcep...
Erne asked 23/9, 2017 at 20:24
0
I am using Facebook Audience Network and according to this article
I am not caching ads but ads stays on screen without refreshing. I am loading all ads at once and they stay on screen until use...
Clementineclementis asked 18/8, 2017 at 23:30
2
I have added Facebook audience network in my iOS App for native ads integration. Everything is working fine but there are only testing ads.
I have added testDeviceKey for displaying ads if I try t...
Sherly asked 9/12, 2016 at 5:50
3
Solved
I am trying to integrate Audience Network to my app. Ads work correctly on simulator and device when I deploy over XCode.
I want to distribute the build over TestFlight to be sure it will work in ...
Tijuana asked 25/11, 2015 at 5:58
2
Solved
I'm trying to implement the new Facebook Audience Network iOS SDK v4.22.0, but when I compile the project I get the following error:
error: Invalid bitcode version (Producer: '802.0.41.0_0' Reader...
Excited asked 18/4, 2017 at 19:22
1
Solved
Im in Swift and every-time I call them the delegate func didFailWithError gets called. Im using the same code I use for the facebook intersitial ads in all my apps and it works perfectly except for...
Promotion asked 15/4, 2017 at 0:59
4
Solved
I have integrated FAN with success. I can show banners and interstitials in test and not test mode. So, I have sent impressions to facebook but my current state in the integration shows this:
Sh...
Pinguid asked 3/8, 2016 at 23:53
4
Solved
I have updated the Android studio and just opened my project and I got the following error. Could you please let me know how to resolve this ?
Error:A problem occurred configuring project ':memory...
Overexcite asked 21/5, 2016 at 16:30
1
testing our app when running on xcode is good and we can see ads even without test mode (device hash), so we can see live ads. Everything is setup fine, but when we test the app on test flight, It'...
Medovich asked 14/4, 2016 at 0:39
2
Solved
FBNativeAdsManagerDelegate in Facebook Native Ads working properly in UIViewController class but when used in custom NSObject class its not working i.e. its delegate methods nativeAdsLoaded and nat...
Homozygous asked 2/3, 2016 at 12:1
2
Solved
I want to use prebuilt view from FBNativeAdView(don't want to customize FBNative Ad).As given in the link
The FBNativeAdView creates prebuilt native ad template views and
manages native ads.
...
Unicuspid asked 4/9, 2015 at 6:34
1
Solved
I am implementing Facebook Audience Network for IOS through Admob Mediation.
I have installed the following POD files:
pod 'Google-Mobile-Ads-SDK', '~> 7.0'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginK...
Milburt asked 26/2, 2016 at 14:13
1
Solved
When I do this code, the FbMediaView is like loading the ads video on the main thread but it's not freezing when displaying an image. I don't understand why ?
let nativeAd = self.adsManager.nextNa...
Salicaceous asked 8/1, 2016 at 12:28
1
The following line of code makes my UI stack
adMediaView.nativeAd = nativeAd
// adMediaView - FBMediaView
// nativeAd - FBNativeAd
I've tried putting it in the performing it asynchronously in b...
Phore asked 21/12, 2015 at 10:52
1
I got a lot of warning relating to "No such file or directory" and "Could not resolve external type" when integrating FB Audience Network to my app.
This method: https://forums.developer.apple.c...
Stacistacia asked 14/12, 2015 at 3:37
2
Firstly let me show you my implementation of FBNativeAd:
func getNativeAd()
{
self.FBnativeAd = FBNativeAd(placementID: PLACEMENT_ID)
self.FBnativeAd.delegate = self
self.FBnativeAd.loadAd()
}
...
Natatorial asked 25/7, 2015 at 10:1
© 2022 - 2024 — McMap. All rights reserved.