Questions tagged [in-app-events]

4 questions
1
vote
1 answer

Request Tracking Authorization for iOS Application Facebook App Events

I am trying to integrate app events for my iOS application. Below are the steps I have taken: Configured Facebook App and added iOS platform Linked ad account Set up dev environment and SDK Configured my project plist Connected app delegate Added…
1
vote
0 answers

Unity Facebook auto-logging app event not working properly

We're making a game in Unity, and we're using the FacebookSDK. We are currently experiencing an issue with App Events. Auto Logging App Event is checked in Facebook Setting. App activation and deactivation, and fb_sdk_settings_changed events work…
Henry Lee
  • 11
  • 1
1
vote
3 answers

Flutter facebook app events : lateinit property anonymousId has not been initialized

I'm trying to call Facebook app events in my flutter project. I'm using the dependency facebook_app_events: ^0.12.0. meta-data is also added in the manifest file.
0
votes
0 answers

How do I collect the in_app_purchase event(iOS)?

I know that the in_app_purchase event is automatically collected as it is a basic event. Android apps are being automatically collected. However, the iOS app is not being collected. I've been looking through the manual, but I can't seem to find…