facebook-audience-network

How to test Facebook Audience Network ads over TestFlight?

最后都变了- 提交于 2019-12-04 00:32:28
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 release mode. When I try to directly deploy from XCode to my device in release mode, Facebook returns "No fill" for the Ads. Ads do not show up on TestFlight builds either. Have any ideas about showing ads for devices in TestFlight builds? There could be two main reasons for this. Firstly, the user or testers could not be signed-in to the native Facebook app on the device. This could then result in

How to add Android Network Security Config for API less than 24

女生的网名这么多〃 提交于 2019-12-01 17:31:37
Facebook Audience Network states that. In the Audience Network Android SDK, we use 127.0.0.1 (localhost) as a caching proxy to cache media files in the SDK. Since Android P, cleartext traffic (unencrypted HTTP) will be blocked by default, which will affect the functionality of media caching of the SDK and could affect user experience and ads revenue. Now if I try to add this line android:networkSecurityConfig="@xml/network_security_config" in my AndroidManifest I am getting warning that attribute networkSecurityConfig is used in API 24 and higher as my app supports minSdkVersion 15 . How

How to resolve Error = 1001 “No Fill” using Facebook Audience Network in android

拈花ヽ惹草 提交于 2019-12-01 03:08:55
I have an Android version of my app and integrated FAN into my Application. It worked for some months but now it's displaying " NO FILL " Error Domain=com.facebook.ads.sdk Code=**1001 "No fill"** UserInfo={NSLocalizedDescription=**No fill**, FBAdErrorDetailKey={ msg = "**No fill**"}} And no FAN ad is shown. If I put a testing ID then it's displaying, but only on my device, not for another device. How to resolve this problem "No Fill"? compile 'com.facebook.android:audience-network-sdk:4.+' Mentioned in build.gradle I've seen many questions regarding this but unable to find an answer. I've

How to add Android Network Security Config for API less than 24

拈花ヽ惹草 提交于 2019-12-01 01:55:01
问题 Facebook Audience Network states that. In the Audience Network Android SDK, we use 127.0.0.1 (localhost) as a caching proxy to cache media files in the SDK. Since Android P, cleartext traffic (unencrypted HTTP) will be blocked by default, which will affect the functionality of media caching of the SDK and could affect user experience and ads revenue. Now if I try to add this line android:networkSecurityConfig="@xml/network_security_config" in my AndroidManifest I am getting warning that

How to resolve Error = 1001 “No Fill” using Facebook Audience Network in android

Deadly 提交于 2019-11-30 22:25:11
问题 I have an Android version of my app and integrated FAN into my Application. It worked for some months but now it's displaying " NO FILL " Error Domain=com.facebook.ads.sdk Code=**1001 "No fill"** UserInfo={NSLocalizedDescription=**No fill**, FBAdErrorDetailKey={ msg = "**No fill**"}} And no FAN ad is shown. If I put a testing ID then it's displaying, but only on my device, not for another device. How to resolve this problem "No Fill"? compile 'com.facebook.android:audience-network-sdk:4.+'

Facebook AudienceNetwork loaded failure: No fill, Error Message “No fill”, what is the reason about FaceBook android Advertise?

痞子三分冷 提交于 2019-11-30 18:28:11
Facebook AudienceNetwork loaded failure: No fill, Error Message "No fill", what is the reason about FaceBook android Advertise? And facebook ad offten shows me load frequency, the frenquent has limits? You need to add a test device. Go to logcat and type "Facebook" and you will see a message like this, which is also the solution: When testing your app with Facebook's ad units you must specify the device hashed ID to ensure the delivery of test ads, add the following code before loading an ad: AdSettings.addTestDevice("328404cebf50ec1fdb05795c0007a8a7"); So add this to your onCreate method:

Facebook AudienceNetwork loaded failure: No fill, Error Message “No fill”, what is the reason about FaceBook android Advertise?

谁说胖子不能爱 提交于 2019-11-30 02:44:47
问题 Facebook AudienceNetwork loaded failure: No fill, Error Message "No fill", what is the reason about FaceBook android Advertise? And facebook ad offten shows me load frequency, the frenquent has limits? 回答1: You need to add a test device. Go to logcat and type "Facebook" and you will see a message like this, which is also the solution: When testing your app with Facebook's ad units you must specify the device hashed ID to ensure the delivery of test ads, add the following code before loading

Proguard - Can't find common super class of [com/google/android/gms/d/kl]

廉价感情. 提交于 2019-11-29 16:54:21
I am failing to create a release build. Suddenly Android Studio started throwing below error. Unexpected error while performing partial evaluation: Class = [com/google/android/gms/d/lc] Method = [a(Lcom/google/android/gms/d/kk;Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/android/gms/d/lh;Lcom/google/android/gms/d/en;Lcom/google/android/gms/d/lb;)Lcom/google/android/gms/d/kn;] Exception = [java.lang.IllegalArgumentException] (Can't find common super class of [com/google/android/gms/d/kn] (with 1 known super classes) and [java/lang/String] (with 2

Proguard - Can't find common super class of [com/google/android/gms/d/kl]

吃可爱长大的小学妹 提交于 2019-11-28 11:14:56
问题 I am failing to create a release build. Suddenly Android Studio started throwing below error. Unexpected error while performing partial evaluation: Class = [com/google/android/gms/d/lc] Method = [a(Lcom/google/android/gms/d/kk;Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/android/gms/d/lh;Lcom/google/android/gms/d/en;Lcom/google/android/gms/d/lb;)Lcom/google/android/gms/d/kn;] Exception = [java.lang.IllegalArgumentException] (Can't find common