Hybrid App integration - Adobe Analytics and Adobe Launch | Community
Skip to main content
Level 2
February 1, 2022
Solved

Hybrid App integration - Adobe Analytics and Adobe Launch

  • February 1, 2022
  • 2 replies
  • 1126 views

Hi,

 

How to integrate the Adobe Analytics using launch on hybrid application for both android and IOS. Application is develop using ionic capacitor 2 framework

 

 Most of the screen are same both on web and mobile app, on website Analytics is already integrated. 

 

Thanks in advance

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gokul_Agiwal

Hi @rahulb31017943 

You will likely want to follow the directions for integrating the Cordova SDK here: https://aep-sdks.gitbook.io/docs/getting-started/get-the-sdk#cordova 

 

As you mentioned your app developed in ionic capacitor 2 framework - so I did initial search and found that below 

If your team is currently using Cordova and curious about moving to Capacitor, then it will be welcome to know that Capacitor has backwards compatible support for a large swath of existing Cordova plugins. https://ionic.io/resources/articles/capacitor-vs-cordova-modern-hybrid-app-development 

 

So I think if you follow the steps here  https://aep-sdks.gitbook.io/docs/getting-started/get-the-sdk#cordova

Hope this helps 

2 replies

Gokul_Agiwal
Community Advisor
Gokul_AgiwalCommunity AdvisorAccepted solution
Community Advisor
February 1, 2022

Hi @rahulb31017943 

You will likely want to follow the directions for integrating the Cordova SDK here: https://aep-sdks.gitbook.io/docs/getting-started/get-the-sdk#cordova 

 

As you mentioned your app developed in ionic capacitor 2 framework - so I did initial search and found that below 

If your team is currently using Cordova and curious about moving to Capacitor, then it will be welcome to know that Capacitor has backwards compatible support for a large swath of existing Cordova plugins. https://ionic.io/resources/articles/capacitor-vs-cordova-modern-hybrid-app-development 

 

So I think if you follow the steps here  https://aep-sdks.gitbook.io/docs/getting-started/get-the-sdk#cordova

Hope this helps 

Kishore_Reddy
Community Advisor
Community Advisor
February 6, 2022

Very interesting thread! Thank you