ACPCore not sending tracks even with "offlineEnabled" set to false
Hello Adobe,
ACP Core is not sending tracks in my App even with "offlineEnabled" set to false. I have updated the libraries to its higher version, but still can't get tracks sent to Adobe Suite.
In the logs of my App I see the traces working correctly:
[AdobeExperienceSDK TRACE <EventHub(AMSEventHub)>]: Event #11 (com.adobe.eventType.generic.track) resulted in 0 consequence events. Time in rules was 0 milliseconds.
But still I can't see the tracks on my suite.
I have initialized the SDK like this
let filePath = Bundle.main.path(forResource: "ADBMobileConfig", ofType: "json")
ACPCore.configureWithFile(inPath: filePath)
ACPCore.setLogLevel(.verbose)
ACPCore.start()
I don't know what to do, can you help me please?
Thank you.

