내 커뮤니티 업적 표시줄을 확대합니다.

해결됨

Integrate AEP SDK with Ionic Framework

Avatar

Level 2

Hi,

We have an embedded hybrid mobile application with ionic framework where we want to integrate the Launch AEP SDK in order to track the app data in analytics. The documentation(https://aep-sdks.gitbook.io/docs/getting-started/get-the-sdk) do not provide any insights in integration for ionic. Can someone please help here?

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor
5 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

Avatar

Level 2

@Ivan_Mironchuk Thanks for the quick reply. Actually, this solutions seems to be more for a native app rather than a hybrid one. Will it work for hydrid apps?

Also, we are looking for a single code that can work for both Android and iOS as we are not building the app to be platform specific. Do you have any idea on such implementation?

Avatar

Employee Advisor
Hi @Riri1 - The Cordova plugins for the SDK work with Hybrid apps. With each Hybrid app that you build, there is an underlying native app project. You can call the appropriate APIs from the HTML/JS layer so that you can essentially build once across Android and iOS

Avatar

Level 1

Hi @Ivan, I'm in the same situation we are using ionic Cordova app for both web and mobile I was able to integrate the Launch for web application by adding <script> index.html. But still I can't see the mobile traffic is this expected? After reading your comments the only direction is create mobile property and follow the native code ? Is there a way to leverage web property for mobile because this is common code for web and mobile apps?

 

Say, we have to use mobile property looks like  the implementation is also different when compared with web so we end up writing duplicate analytics code under this. I'm referring to this links

 

https://www.npmjs.com/package/@adobe/cordova-acpcore#installation

 

Please direct us with proper integration and implementation until we resolve this I feel like we are blocked

Avatar

Level 2

I am facing same type of issue, but these links are not working. can you give new links.