Migrating to AEPMobileServices reference
This document is a reference comparison of ACPMobileServices(1.x) APIs against their equivalent APIs in AEPMobileServices(3.x).
Type | AEP 3.x (Swift) | AEP 3.x (Objective-C) | ACP 2.x (Objective-C) |
---|---|---|---|
Primary Class | AEPMobileServices | AEPMobileServices | ACPMobileServices |
AEP 3.x (Objective-C)
ACP 2.x (Objective-C)
+ (void) trackAdobeDeepLink: (NSURL* _Nonnull) deeplink;
+ (void) trackAdobeDeepLink: (NSURL*) url;
Last modified 4mo ago