Skip to content

AudienceNetworkAds.initialize() error in Logcat (Android Studio) #93

Closed
@ijm700

Description

@ijm700

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 )

Activity

phzhou

phzhou commented on Apr 30, 2019

@phzhou
Contributor

Hi! Sorry for not being very clear in the banner document specifically about initializing the SDK.
Please refer to the sample code here about the SDK initialization. We would update the documentation shortly as well.
Thank you!

ijm700

ijm700 commented on Apr 30, 2019

@ijm700
Author

@phzhou is there an equivalent method for iOS ?

phzhou

phzhou commented on Apr 30, 2019

@phzhou
Contributor

Hi @Izzyjm no there is no equivalent for iOS, initialization of SDK is only for Android

ijm700

ijm700 commented on May 18, 2019

@ijm700
Author

@phzhou I implemented AudienceNetworkAds.initialize(); but I am getting an error , what am I suppose to put inside the parenthesis ?

ijm700

ijm700 commented on May 31, 2019

@ijm700
Author

?

phzhou

phzhou commented on May 31, 2019

@phzhou
Contributor

Hi @Izzyjm please refer to the documentation for sdk initialisation here:
https://developers.facebook.com/docs/audience-network/android-sdk-initialize
Thanks!

ijm700

ijm700 commented on Jun 1, 2019

@ijm700
Author

@phzhou do we have to implement the helper class, or can we just call AudienceNetworkAds.initialize(); ?

AntRemo

AntRemo commented on Aug 3, 2019

@AntRemo

Hi @phzhou

I have the same question as @Izzyjm

Thanks

AG-Developers

AG-Developers commented on Jul 4, 2020

@AG-Developers

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 )

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();
-now no need to implement helper class, this is deprecated now.

Enjoy, Happy Coding :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @AntRemo@phzhou@ijm700@AG-Developers

        Issue actions

          AudienceNetworkAds.initialize() error in Logcat (Android Studio) · Issue #93 · fbsamples/audience-network