Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 904 Bytes

File metadata and controls

30 lines (21 loc) · 904 Bytes

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

{% tabs %} {% tab title="AEP 3.x (Objective-C)" %}

  + (void) trackAdobeDeepLink: (NSURL* _Nonnull) deeplink;

{% endtab %}

{% tab title="ACP 2.x (Objective-C)" %}

  + (void) trackAdobeDeepLink: (NSURL*) url;

{% endtab %} {% endtabs %}