Avatar

Level 1

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

 
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:strIntegrationKey];

 

 

Any support/guidance in this regard is appreciated.

Thanks In Advance