Expand my Community achievements bar.

AEP Mobile SDK postback not reaching the specified endpoint on iOS

Avatar

Level 2

Hi, I have been trying out the Luma app AEP Mobile SDK tutorial and tried to set-up a postback following the video here https://www.youtube.com/watch?v=r-z9ivQjzOY

For testing purposes, I have set-up a very simple endpoint that I can easily access (tested) from anywhere without any restrictions and it returns the request details in the response. However, when I use it in a postback configured in a Tags mobile property, the endpoint is never called according to the server logs. In Assurance, I can see that a Rules Consequence Event has been triggered and that it carries the correct url in the templateurl property. 

Any idea why this might be? Is there any more configuration required in order to make this work?

I also updated all the extensions to the latest versions.

Any help would be much appreciated.

2 Replies

Avatar

Community Advisor

Hello @JanJav 

 

Are you using the code highlighted in green in your app build?

_Manoj_Kumar__0-1724115067013.png

 


     Manoj
     Find me on LinkedIn

Avatar

Level 2

Hi, yes, I am calling a MobileCore.trackAction with my own action name that also triggers a rule for the postback in Tags. The rule gets triggered - I tested that with a modify data action.