(I posted this on Discord initially but it’s quite a specialist question so I’m asking here now)
I’m trying to set up the Facebook extension so that we can get advertise on Facebook and optimise for installs. However, I’m not seeing any events in the Events Manager.
It might be an iOS 14 problem - my phone is on iOS 14.5, and I’m not an expert on iOS 14.
So far I have:
- Created the app in Facebook, added the iOS platform and set the bundle ID.
- Installed the Facebook extension in Defold and set the app ID from Facebook.
- Built and installed the game on my phone - saw that no install event was visible in the Facebook events manager.
- Noticed from console output that FacebookAutoLogAppEventsEnabled wasn’t set, so I created a minimal Defold extension to add this to info.plist
- Sent a facebook.EVENT_COMPLETED_TUTORIAL message manually
- Added and initialised the adinfo extension (but I’m not sure if it’s relevant)
I’ve also noticed in the Events Manager that it says “Your app is out of date. To run your app on iOS 14, update to the latest Facebook SDK for IOS.” but I’m using the latest (6.2.0) that uses Facebook SDK 9.0.1
Is it expected that this (Facebook install tracking) is currently working? Have I missed any steps?
thanks