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

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Adobe launch - Android SDK - Launch, First Launch, crashes & launch number not captured

Avatar

Level 2

Hello,

Recently moved from mobile SDK to launch. Two strange issues were observed:

a) the following life cycle metrics are not captured 

1. Install - First Launches,Install Date

2. Upgrade - Upgrades, Launches since last upgrade, Days since last upgrade

3. Crash - Crashes

4. Launch - Launches, Launch Number, Days since first use, etc

 

but Application Context & device Info are captured.

 

b) Unique visitor count increases every time when the app gets launched. New visitor id is generated.

 

what could be the reason? anyone can guide?

 

 

주제

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi @padmaa17619878 ,

 
Thanks for reaching out. 
Can you confirm that the previous version of the Mobile SDK (adobeMobileLibrary) has been removed from your app dependencies and that you are using only the AEP SDK extensions as per the Launch Install instructions? After migration, only the new version of the SDK should be installed in your app.
 
For the Lifecycle metrics, make sure you implemented the Lifecycle API calls for your app, this documentation can help with that https://aep-sdks.gitbook.io/docs/resources/upgrading-to-aep/manual-lifecycle-implementation.
 
Let us know if this fixed your issues.
 
Emilia Dobrin
Computer Scientist
 

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Employee

Hi @padmaa17619878 ,

 
Thanks for reaching out. 
Can you confirm that the previous version of the Mobile SDK (adobeMobileLibrary) has been removed from your app dependencies and that you are using only the AEP SDK extensions as per the Launch Install instructions? After migration, only the new version of the SDK should be installed in your app.
 
For the Lifecycle metrics, make sure you implemented the Lifecycle API calls for your app, this documentation can help with that https://aep-sdks.gitbook.io/docs/resources/upgrading-to-aep/manual-lifecycle-implementation.
 
Let us know if this fixed your issues.
 
Emilia Dobrin
Computer Scientist
 

Avatar

Level 2
Thank you for pointing out the issue. Old SDK was referred in few places. now removed. all fine now.

Avatar

Level 1

I would propose you to search for "ADBMobile" and delete everything related to that. And also check that the json config file for the old sdk is completely removed. The configuration is now coming from adobe launch completely.

 

Best regards

Florian

Avatar

Level 2
Thanks for sharing, yes that helped.