@gerarduu From the logs, it looks like the app is not loading valid
configuration from launch. Can you follow the steps mentioned in this
documentation to configure and publish mobile launch property with
MobileCore and Adobe Analytics extensions. After publishing the
extension use ACPCore.configure(withAppId:
"") instead of let filePath =
Bundle.main.path(forResource: "ADBMobileConfig", ofType:
"json")ACPCore.configureWithFile(inPath: filePath)to load the correct
configuration.