コミュニティアチーブメントバーを展開する。

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
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.

元の投稿で解決策を見る

2 返信

Avatar

正解者
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