Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

MobileCore.track(action: "actionName", data: ["key": "value"]) not working

Avatar

Level 1

Action name not triggered, getting error every time .

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@sudiptamitra0007 Please submit a client care ticket so that any one of the experts can look into the issue in details, because this needs in detailed investigation on fix it accordingly

View solution in original post

3 Replies

Avatar

Community Advisor

you are going to need to show things like error output, maybe look at debugger output like from charles...

 

Help us help you ...

Avatar

Correct answer by
Employee Advisor

@sudiptamitra0007 Please submit a client care ticket so that any one of the experts can look into the issue in details, because this needs in detailed investigation on fix it accordingly

Avatar

Level 3

@sudiptamitra0007 Please share the error screenshot or error below so that we can able to debug it and provide the solution.

Also, you have to use MobileCore.trackState and MobileCore.trackAction like this not only MobileCore.track,  you can refer to the below document also.

https://aep-sdks.gitbook.io/docs/getting-started/initialize-the-sdk#track-app-states-and-screens-for...