GithubHelp home page GithubHelp logo

Comments (5)

makinghappen avatar makinghappen commented on April 27, 2024

getting the same issue..

from facebook-ios-sdk.

andreyoshev avatar andreyoshev commented on April 27, 2024

same here

from facebook-ios-sdk.

gpernelle avatar gpernelle commented on April 27, 2024

same here

from facebook-ios-sdk.

laud avatar laud commented on April 27, 2024

Has anyone found a fix for this? Does this message eventually go away?

from facebook-ios-sdk.

francescopetrungaro avatar francescopetrungaro commented on April 27, 2024

I have an update on this issue, the warning on the portal disappeared few days later.
I have started the configuration from scratch and it worked.

I followed multiple Facebook tutorial pages including this one https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#add-events that I suggest you to read again and follow carefully.

I can tell you what I have setup in the project right now:

Info.plist
FacebookAutoLogAppEventsEnabled = true
FacebookAdvertiserIDCollectionEnabled = true

FacebookAppID
FacebookClientToken
FacebookDisplayName
FirebaseAppDelegateProxyEnabled = false

Queried URL Schemes
instagram
Facebook
fbapi
fb-messenger-api
fbauth2
fbsharedextension
fb-messenger-shared-api

In code I have set the following settings based on user tracking permissions

Settings.shared.isAutoLogAppEventsEnabled = isTrackingAllowed
Settings.shared.isAdvertiserTrackingEnabled = isTrackingAllowed
Settings.shared.isAdvertiserIDCollectionEnabled = isTrackingAllowed

and obviously do not forget to log
AppEvents.shared.logEvent(AppEvents.Name("battledAnOrc"))

from facebook-ios-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.