Expand my Community achievements bar.

SOLVED

AEP Edge Network Mobile SDK - Android Lifecycle

Avatar

Level 1

Hi,

 

Android AEP Edge SDK lifecycle doesn't reach AEP Network using the same sdk-core as the v5 and the new Edge extension

On iOS side, core and lifecycle have been refactored and it's working as expected.

https://aep-sdks.gitbook.io/docs/v/AEP-Edge-Docs/using-mobile-extensions/mobile-core/lifecycle

 

What's the timeline the get the same refactoring/update on Android ?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @JohnBWS ,

 

Currently the AEP Edge extension does not send Lifecycle data to the AEP Edge Network for either the Android or iOS implementations. On either platform, you can use Assurance to validate the data you are sending to the AEP Edge Network, https://aep-sdks.gitbook.io/docs/v/AEP-Edge-Docs/using-mobile-extensions/adobe-edge/edge-validation.

Can you give me more information about about the setup you have in your applications, such as which extensions you are registering and which API calls you are making?  

 

Thanks,

Kevin Lind

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

Hi @JohnBWS ,

 

Currently the AEP Edge extension does not send Lifecycle data to the AEP Edge Network for either the Android or iOS implementations. On either platform, you can use Assurance to validate the data you are sending to the AEP Edge Network, https://aep-sdks.gitbook.io/docs/v/AEP-Edge-Docs/using-mobile-extensions/adobe-edge/edge-validation.

Can you give me more information about about the setup you have in your applications, such as which extensions you are registering and which API calls you are making?  

 

Thanks,

Kevin Lind

Avatar

Level 1

Thanks for your quick answer. We had to remove assurance from our artifactory as the SDK is not compatible with tvOS (SA has recommended to keep the same feature for Android, iOS and tvOS). However, we'll create another branch with Assurance to debug this case.

As for the call we're using Edge.registerExtension(); Identity.registerExtension(); Lifecycle.registerExtension(); MobileCore.start() with .configureWithAppID.

onResume() method we have MobileCore.lifecycleStart(null);

Avatar

Level 1
@Kevin_Lind you mentioned that Lifecycle data are not available for both iOS and Android, is there a roadmap to make it available ?