Adobe launch - Android SDK - Launch, First Launch, crashes & launch number not captured | Community
Skip to main content
December 28, 2020
Solved

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

  • December 28, 2020
  • 2 replies
  • 1984 views

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?

 

 

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 EmiliaDobrin

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
 

2 replies

EmiliaDobrinAdobe EmployeeAccepted solution
Adobe Employee
December 29, 2020

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
 
January 5, 2021
Thank you for pointing out the issue. Old SDK was referred in few places. now removed. all fine now.
floriangol
January 4, 2021

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

January 5, 2021
Thanks for sharing, yes that helped.