I'm using the Facebook IOS SDK to measure App Installs. I have the following code:
FBSDKCoreKit.Settings.shared.isAutoLogAppEventsEnabled = false
FBSDKCoreKit.AppEvents.shared.activateApp()
I see the numbers are off. Does the code above measure app installs correctly? Is that the correct code?