How to use automatic app event logging? #94
Unanswered
MalikSamiAwan
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
I have the same question |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Is this an iOS app or Android app? We just released fix for missing reportings in iOS (see PR #99 and issues #86 and #89) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am beginner developer, and i have build my first app, which is grocerry app and client demands for facebook app events, by searching alot i find this package usefull. I was able to configure(setup) this into my app. But i am not sure how to endable automatic app events (install, purchase) and where the result will be displayed.
For now, i have just write
### final facebookAppEvents = FacebookAppEvents();
facebookAppEvents.setAdvertiserTracking(enabled: true);
these two lines in my main function of app, kindly help me out
Beta Was this translation helpful? Give feedback.
All reactions