Hello,
I am working on migrating my organization's iOS app from the version 4 sdk to Adobe Launch/Exeperience (I believe it is called version 4 - all SDK calls are done through a class called ADBMobile).
I have found analogues for almost everything, except one -
We used to track push message opening with a call to
[ADBMobile trackPushMessageClickThrough:payload]
However, using the Experience SDK, I cannot find any analogue to this in any of the new SDK classes (ACPCore, ACPAnalytics, ACPMobileServices, etc).
Does anyone know what the corresponding call in the new SDK would be to replace this functionality?