Hi Adobe Mobile Engineers,I have following scenario.I'm receiving push
notification in 3 different situations.1- App is in foreground 2- App is
in background3- App is force closedI have followed collectLifecycleData
and all that documentation.The sdk tracks analytics for deep link in 1st
and 2nd case, although not in the 3rd case. Basically,
if(MobileConfig.getInstance().mobileUsingAnalytics()) {
AnalyticsTrackInternal.trackInternal("AdobeLink", cData1,
StaticMethods.getTimeSince1970());}Executi...