-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get any event log in Event Manager #1926
Comments
Hi @karenxpn - What does your events manager page look like for the application you're issuing for? |
Sorry it's not working for you Curious if you have tried any of these:
|
@jamestouri yes all done |
Faced the same issue with latest released SDK version. Dependency ManagerCocoaPods Pods' versionsFBAEMKit (12.1.0) Minimum supported IOS versionIOS 14.1 App Configurationhttps://developers.facebook.com/docs/app-events/getting-started-app-events-ios#add-events AppDelegate: SceneDelegate: Info.plist
Expected BehaviourReceiving install events and purchase events Current BehaviourInstall event was received only one time. However, app was installed on several different devices (not simulators). Currently app is in production mode in App Store and still doesn't receive auto logged app events. |
Did you allow tracking (ATT) on the Facebook app otherwise no events will be logged. |
yes its enabled |
Hi @karenxpn , this issue is similar to #1667 . Can you check the followings:
It'd be better if you can provide more details like AppID and FB SDK related settings in info.plist. Thanks |
I can't get this working either: Facebook info.plist settings:
Using the community version of React Native SDK - so using the latest SDK - 12.2.1: App.tsx:
AppDelegate.m:
This sporadically shows Installs registered: This shows 14.5 ATE True status rate as this: Spent quite a few days trying to understand what I'm doing wrong now... Struggling with the documentation if I'm honest: Differs from this: |
Were you able to solve the problem? I can't get it to work either( |
I enabled AEM for my project and this seems to work. I had to upgrade to the beta version of this: Then followed the instructions found here: Seems to be working now for us! |
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. |
Not solved... |
Not solved... |
|
Facebook documentation on app events is very vague. It does not contain any information about ATTrackingManager which is necessary to track events. First follow all steps in the documentation. Below are the steps I have taken to successfully connect app events (iOS 15): This will bring up the following pop up:
|
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. |
not solved |
Checklist before submitting a bug report
Xcode version
13.2
Facebook iOS SDK version
12.0.2
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
Just wanna connect my app and see events in Event Manager.
Expected results
Events should be logged in to the Event Manager but nothing happens. I have updated everything to the latest versions and trying to achieve the result for 2days.
Actual results
Nothing happens.
Steps to reproduce
No response
Code samples & details
AppEvents.logEvent(.viewedContent)
The text was updated successfully, but these errors were encountered: