Closed mwelk closed 3 years ago
I'll look into getting it updated as soon as we can.
Here's the beta for v6.5.0 of facebook audience on android.
Could you let me know how it goes?
https://www.dropbox.com/s/n7xys04bilr4p1t/com.distriqt.Adverts-Facebook.v6.3.001.zip?dl=0
(make sure you update the audience network.dex file)
"The beta for v6.5.0 of facebook audience on android" This works well for me :)
*Edit the App ID in the "android:authorities" part.
Great to hear it's working.
With your note, do you mean this: https://docs.airnativeextensions.com/docs/adverts/mediation/facebookaudience#android
Which of the two should be used for the code in the android manifest? "Sample" or "documentation"?
What are you referring to by "sample"? Do you mean the example application? Either, but obviously the example application has real/test values in it.
The docs, will not have been updated to the latest release though so will potentially be missing some references currently.
Yes, I mean "Example" :)
example code -
<activity
android:name="com.facebook.ads.AudienceNetworkActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<provider
android:name="com.facebook.ads.AudienceNetworkContentProvider"
android:authorities="air.net.ideasam.games.cat.AudienceNetworkContentProvider"
android:exported="false" />
<activity
android:name="com.facebook.ads.internal.ipc.RemoteANActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="false"
android:process=":adnw"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<service
android:name="com.facebook.ads.internal.ipc.AdsProcessPriorityService"
android:exported="false" />
<service
android:name="com.facebook.ads.internal.ipc.AdsMessengerService"
android:exported="false"
android:process=":adnw" />
docs code -
<activity
android:name="com.facebook.ads.AudienceNetworkActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<provider android:name="com.facebook.ads.AudienceNetworkContentProvider" android:authorities="APPLICATION_PACKAGE.AudienceNetworkContentProvider" android:exported="false" />
> The docs, will not have been updated to the latest release though so will potentially be missing some references currently.
Ok, I got it!
Yeah, so use the example in this case as it's a beta, I'll get the docs updated when we release. But yes you still will need to modify the additions as per the docs.
Hi Michael, thanks for the update. We will test it this week.
After upgrading to latest Adverts and Mediation ANE's we get a lot of following crashes in the Facebook Audience Network adapter:
If I interpret the
lib/facebookaudience/Version.md
=>| com.distriqt.admob.FacebookAudience | 6.2.009 | 6.4.0 | 6.5.0 |
right then the6.4.0
is the Android SDK version and6.5.0
is the iOS SDK version.Facebook fixed a bug in
6.5.0
which looks like this one.Could you please update the Android SDK to version 6.5.0?
Envrionment settings: OS: Android AIR: 33.1.1.444 ANE-Adverts: 6.5.056 ANE-Adverts-Mediation: 6.0.0