admin管理员组

文章数量:1355564

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?

本文标签: Measuring app installs using Facebook IOS SDKStack Overflow