Skip to content

Commit

Permalink
Merge pull request #256 from cacheung/addIdentityIos
Browse files Browse the repository at this point in the history
Register identity extension in sample app
  • Loading branch information
cacheung authored Mar 9, 2023
2 parents 29a1961 + f02dc43 commit 22275eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/AEPSampleApp/ios/AEPSampleApp/AppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ - (BOOL)application:(UIApplication *)application
const UIApplicationState appState = application.applicationState;
[AEPMobileCore
registerExtensions:@[
AEPMobileLifecycle.class, AEPMobileEdgeIdentity.class, AEPMobileEdge.class,
AEPMobileLifecycle.class, AEPMobileIdentity.class, AEPMobileEdgeIdentity.class, AEPMobileEdge.class,
AEPMobileEdgeConsent.class, AEPMobileMessaging.class,
AEPMobileOptimize.class, AEPMobilePlaces.class, AEPMobileTarget.class,
AEPMobileCampaignClassic.class, AEPMobileAssurance.class
Expand Down

0 comments on commit 22275eb

Please sign in to comment.