-
Notifications
You must be signed in to change notification settings - Fork 372
AudienceNetworkAds.initialize() error in Logcat (Android Studio) #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! Sorry for not being very clear in the banner document specifically about initializing the SDK. |
@phzhou is there an equivalent method for iOS ? |
Hi @Izzyjm no there is no equivalent for iOS, initialization of SDK is only for Android |
@phzhou I implemented AudienceNetworkAds.initialize(); but I am getting an error , what am I suppose to put inside the parenthesis ? |
? |
Hi @Izzyjm please refer to the documentation for sdk initialisation here: |
@phzhou do we have to implement the helper class, or can we just call AudienceNetworkAds.initialize(); ? |
Hi @phzhou I have the same question as @Izzyjm Thanks |
I think you forget to use maven() and both dependencies of facebook (visit- https://developers.facebook.com/docs/audience-network/guides/adding-sdk/android ) without adding both dependencies you can not add AudienceNetworkAds.initialize(); Enjoy, Happy Coding :) |
Hello when running my app in Android Studio I get this log in the logcat "You don't call AudienceNetworkAds.initialize(). Some functionality may not work properly" but no where in the FAN network documentation did it ever mention to make this call or didn't even show in the example code so how will developers know to include this ? and what functionality wouldn't' work properly because Im still receiving ads ? also I don't call an initialize method in my iOS app for FAN ads and I don't receive this warning so i'm kind of of confused why the documentation here makes no mention of this "intialize()" method ? ( https://developers.facebook.com/docs/audience-network/android-banners )
The text was updated successfully, but these errors were encountered: