Hi guys, I'm migrating my iOS app from the Adobe Analytics to the Adobe
Experience Platform.Previously I used
ADBMobile.collectLifecycleData(withAdditionalData: ) to provide some
additional data. Which API should I use to achieve the same result in
the AEP?I see there is the ACPCore.lifecycleStart(data) which I'm
calling in the beginning when I'm initializing the library. But what if
I need to provide additional data later on?