I have updated the FBSDKAppEvents to 12.0.0 version, and the function AppEvents.activateApp() in AppDelegate is now deprecated. I have searched in the Facebook documentation, and unfortunately I didn't found any information about that, and I don't understand what's method I want to use to replace the deprecated:
The message is:
"'activateApp()' is deprecated: The class method activateApp
is deprecated. It is replaced by an instance method of the same name."
Did anyone know what code I have to put to replace the deprecated one?