


Ivan_Mironchuk
Employee
Ivan_Mironchuk
Employee
28-09-2018
We are currently working on documentation to help support migrating from Adobe Mobile SDK v4.x to the Adobe Experience Platform SDKs + Adobe Launch. Let us know what questions you have about this process.
RoohBear
RoohBear
22-11-2018
I could use docs on how to migrate from this:
https://github.com/Adobe-Marketing-Cloud/video-heartbeat
to this:
media-sdks/sdks/iOS at master · Adobe-Marketing-Cloud/media-sdks · GitHub
It looks like the vide-heartbeat repo hasn't been touched in 2 years, and there's a note that we should be using this "media sdk" instead because it has simpler APIs.
himanshup604264
Employee
himanshup604264
Employee
07-01-2019
Hi RoohBear,
It seems like you are looking to migrate from Video Heartbeat Library (VHL) 1.x to Media SDK (previously known as VHL) 2.x version. We have documented migration steps for that here: Media Analytics 1.x to 2.x migration.
1.x SDK version has been deprecated and hence there are no releases for that repo. 2.x SDK version has simpler APIs making it easier to implement and supports Audio tracking.
Regards,
Himanshu
Ivan_Mironchuk
Employee
Ivan_Mironchuk
Employee
29-01-2019
Just recently released, the Adobe Media Analytics extension should help
Adobe Media Analytics for Audio and Video - Adobe Experience Platform SDKs
A_Wathen
MVP
A_Wathen
MVP
13-09-2019
Hi there, just started looking at migration. Are you able to explain why Lifecycle metrics now have to be manually implemented where they were automatically collected under v4.x?
Ivan_Mironchuk
Employee
Ivan_Mironchuk
Employee
13-09-2019
Likely your v4 apps had a call similar to: ADBMobile.collectLifecycleData
This is the same as the AEP SDK call:
ACPCore.start {
ACPCore.lifecycleStart(nil)
}
We continue to automatically collect and send lifecycle data once it is started.
wilbertc2560504
wilbertc2560504
29-01-2020
Is there a comparison sheet from Mobile SDK 4.x to AEP SDK (5.x)?
wilbertc2560504
wilbertc2560504
29-01-2020