Hi all, I am integrating Adobe Campaign with my iOS Swift app. I
understand that Neolane_SDK is getting deprecated soon and hence I took
latest SDKs from below
linkhttps://aep-sdks.gitbook.io/docs/resources/upgrading-to-aep/current-sdk-versions
While I am able to set pushIdentifier and have done other setups. I am
not able to find a replacement for below lines Neolane_SDK *nl =
[Neolane_SDK getInstance]; [nl setMarketingHost:strMktHost]; [nl
setTrackingHost:strTckHost]; [nl setIntegrationKey:str...