How to get Target Preview working with new AEP library? | Community
Skip to main content
New Participant
June 6, 2020
Question

How to get Target Preview working with new AEP library?

  • June 6, 2020
  • 0 replies
  • 1267 views

Hi there

I'm trying to get Target Previews working with the new AEP library for Target. Previously we were using the v4 Mobile Library:

 

com.adobe.mobile:adobeMobileLibrary:4.y.z

 Now we're trying to migrate to the new AEP SDKs:

implementation "com.adobe.marketing.mobile:sdk-core:1.y.z"
implementation "com.adobe.marketing.mobile:analytics:1.y.z"
implementation "com.adobe.marketing.mobile:userprofile:1.y.z"
implementation "com.adobe.marketing.mobile:mobileservices:1.y.z"
implementation "com.adobe.marketing.mobile:target:1.y.z"

 

The documentation https://docs.adobe.com/content/help/en/target/using/implement-target/mobile-apps/target-mobile-preview.html says this: 

 

Android: In the app , call Config.trackAdobeDeepLink(URL); when the caller is asked to open the resource with the URL scheme that was specified in the previous step. 

 

Which worked fine when we were using the v4 Mobile Library, but I can't seem to do that with the new libraries. What's the new recommended way to continue to use Target Preview? Or is there an alternative?

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