Testing Environment
- Facebook SDK : v.11.0.0
- Device Model: iPhone X
- iOS Version: 14.1
+Expected Result
App events both Standard Events and Custom Events should be record for iOS 14. We've enable AdvertiserTrackingEnabled by Settings.setAdvertiserTrackingEnabled(true). And we've check debug log request saw SDK sent events success.
+ Actual behaviour
Even though we do set Settings.setAdvertiserTrackingEnabled(true) and debug log request success sent event. But it doesn't seem to be recording on dashboard.
I have developed these Facebook SDK for my one of the app for get the app events. In iOS under 14,15,16, everything works well.
These Facebook events appear once your application runs on real device and in that device have already installed facebook app and its login then the events will be appear in event manager otherwise not shows in event manager.
app added into Facebook developer page and get the app id and client token.
added info plist these below lines replace with your App ID and client token
Later in AppDelegate just import these two frameworks and added these code in to didFinshlunch method.
NEXT STEP WE NEED ADD THESE FUNCTION
Add these transport security permisssion alert in app delegate and call these function on didbecome active method or else didfinsh lunch methos.
Last step added these method in appdelegate
In these way we can write the events please added these framework in your class and write the event like this
----event with params like this one----