Adobe Experience Platform Mobile SDKs
Adobe Experience Platform Launch
Github
Community Forum
Release Feed
Search…
Home
Current SDK Versions
Release notes
Version 4 Mobile SDKs end-of-support FAQ
Version 4 API Changelog
Adobe Experience Cloud & Apple’s IDFA, Privacy Announcements
Getting Started
Overview
Set up schemas and datasets
Configure datastreams
Set up a mobile property
Get the Experience Platform SDK
Debugging & lifecycle metrics
Track events
Validation and next steps
Mobile Foundations
Mobile Core
Migrating to AEPCore reference
Release Notes
Mobile Core API reference
Mobile Core event reference
Configuration
Identity
Lifecycle
Migrating to AEPLifecycle reference
Lifecycle extension in Android
Lifecycle extension in iOS
Lifecycle API reference
Lifecycle event reference
Lifecycle metrics
Configuration keys
Signal
Rules Engine
Platform Services
Adobe Experience Platform Edge Network
Consent for Edge Network
Identity for Edge Network
Lifecycle for Edge Network
Adobe Experience Platform Assurance
Adobe Experience Platform Location Service
Profile
Experience Cloud
Adobe Analytics
Adobe Analytics - Mobile Services
Adobe Analytics - Media Analytics for Audio and Video
Adobe Audience Manager
Adobe Campaign Classic
Adobe Campaign Standard
Adobe Journey Optimizer
Adobe Journey Optimizer - Decisioning
Adobe Target
Resources
Upgrade to the Experience Platform SDKs
Migrate to Swift
Tutorials
Troubleshooting Guides
Building mobile extensions
Frequently asked questions
Privacy and GDPR
WeChat Mini Programs
BETA
Project Griffon
Adobe Journey Optimizer - In-app messaging
Powered By
GitBook
Migrating to AEPLifecycle reference
This document is a reference comparison of AEPLifecycle (3.x) APIs against their equivalent APIs in ACPLifecycle (2.x) for an iOS mobile application implementation.
Public
Classes
Type
AEP 3.x (Swift)
AEP 3.x (Objective-C)
ACP 2.x (Objective-C)
Primary Class
Lifecycle
AEPMobileLifecycle
ACPLifecycle
Class
MobileCore
AEPMobileCore
ACPCore
Lifecycle extension APIs
For more information, please read the
Lifecycle API reference
.
extensionVersion
AEP 3.x (Swift)
AEP 3.x (Objective-C)
ACP 2.x (Objective-C)
1
Lifecycle
.
extensionVersion
Copied!
1
[AEPMobileLifecycle extensionVersion];
Copied!
1
ACPLifecycle.extensionVersion()
Copied!
lifecycleStart
AEP 3.x (Swift)
AEP 3.x (Objective-C)
ACP 2.x (Objective-C)
1
MobileCore
.
lifecycleStart
(
additionalContextData
:
data
)
Copied!
1
[AEPMobileCore lifecycleStart: data];
Copied!
1
[ACPCore lifecycleStart: data];
Copied!
lifecyclePause
AEP 3.x (Swift)
AEP 3.x (Objective-C)
ACP 2.x (Objective-C)
1
MobileCore
.
lifecyclePause
()
Copied!
1
[AEPMobileCore lifecyclePause];
Copied!
1
[ACPCore lifecyclePause];
Copied!
Previous
Lifecycle
Next
Lifecycle extension in Android
Last modified
6d ago
Export as PDF
Copy link
Edit on GitHub
Contents
Public Classes
Lifecycle extension APIs
extensionVersion
lifecycleStart
lifecyclePause