Adobe Campaign Integration With iOS
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 link
Neolane_SDK *nl = [Neolane_SDK getInstance];
[nl setMarketingHost:strMktHost];
[nl setTrackingHost:strTckHost];
[nl setIntegrationKey:strIntegrationKey];
Any support/guidance in this regard is appreciated.
Thanks In Advance