Migrating to AEPMobileServices reference
This document is a reference comparison of ACPMobileServices(1.x) APIs against their equivalent APIs in AEPMobileServices(3.x).
Primary Classes
Type | AEP 3.x (Swift) | AEP 3.x (Objective-C) | ACP 2.x (Objective-C) |
---|---|---|---|
Primary Class | AEPMobileServices | AEPMobileServices | ACPMobileServices |
Mobile Services extension APIs
For more information, please read the Mobile Services API reference.
trackAdobeDeepLink
AEP 3.x (Objective-C)
Copied to your clipboard+ (void) trackAdobeDeepLink: (NSURL* _Nonnull) deeplink;
ACP 2.x (Objective-C)
Copied to your clipboard+ (void) trackAdobeDeepLink: (NSURL*) url;
Copied to your clipboard+ (void) trackAdobeDeepLink: (NSURL* _Nonnull) deeplink;
Copied to your clipboard+ (void) trackAdobeDeepLink: (NSURL*) url;