ADBMobile Debug: Analytics - Failed to queue request, containing app should get launched before extesion app. | Adobe Higher Education
Skip to main content
filipet60049002
Level 2
October 16, 2015
해결됨

ADBMobile Debug: Analytics - Failed to queue request, containing app should get launched before extesion app.

  • October 16, 2015
  • 2 답변들
  • 1836 조회

Hi!

I'm implementing analytics, but whenever I try to make the track there is this error.

I can't find any documentation about this problem, and implementation as nothing to fancy... 

on the applicationdidfinish(...) I added:

    [ADBMobile collectLifecycleData];

 

Being request an nsdictionary with the several attributes

        [ADBMobile trackAction:self.request[@"pageName"] data:self.request]; //send tracking event

Any tip to this bug? Thanks

이 주제는 답변이 닫혔습니다.
최고의 답변: filipet60049002

If anyone have the same problem, this fix including only AdobeMobileLibrary.a, AdobeMobileLibrary_Extension.a will raise this problem, since this lib is for sub clients like apple watch.

 

It obvious, but this should be identified at starting documentation section.

2 답변

TanmayMathur
Adobe Employee
Adobe Employee
October 16, 2015

Hi,

Thank you for the fix. We have also forwarded this to our documentation team to include.

Regards,

TM

filipet60049002
filipet60049002작성자답변
Level 2
October 16, 2015

If anyone have the same problem, this fix including only AdobeMobileLibrary.a, AdobeMobileLibrary_Extension.a will raise this problem, since this lib is for sub clients like apple watch.

 

It obvious, but this should be identified at starting documentation section.