App install data not showing up in events manager
Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing GitHub issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
13.3
Facebook iOS SDK version
12.3.1
Dependency Manager
SPM
SDK Framework
Core
Goals
App install events should show up in the events manager.
Expected results
The app installs should show up in events manager.
Actual results
All the app installs do not show up in events manager. This does not allow to create custom audiences based on app installs. The app installs do show up in the Facebook ad campaign dashboard. There is a huge difference in the data that is shown in events manager and in the Facebook ads manager.
Events manager:

Facebook ad campaigns:

Steps to reproduce
AppDelegate.swift:
ApplicationDelegate.shared.application(
application,
didFinishLaunchingWithOptions: launchOptions
)
Settings.isAutoLogAppEventsEnabled = true
Settings.isAdvertiserIDCollectionEnabled = false
Settings.setAdvertiserTrackingEnabled(false)
Info.plist
<key>FacebookAdvertiserIDCollectionEnabled</key>
<false/>
<key>FacebookAppID</key>
<string>---</string>
<key>FacebookAutoLogAppEventsEnabled</key>
<true/>
<key>FacebookClientToken</key>
<string>---</string>
<key>FacebookDisplayName</key>
<string>---</string>
Code samples & details
// INSERT YOUR CODE HERE
var example = "Example code"
Experiencing the same problem.
Has anyone solved this problem please?
See https://github.com/facebook/facebook-android-sdk/issues/1094#issuecomment-1192576418
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.