Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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

Avatar

Level 2

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

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 2

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

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.

Avatar

Employee

Hi,

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

Regards,

TM