Thanks for listening.
The app has been using the objc version of ACPCore, ACPUserProfile, and ACPAnalytics. frameworks with full success.
The app is migrating to Swift Package Manager and has moved to AEPCore, AEPSignla, AEPLifeCycle, AEPIdentity, and AEPUserProfile.
I followed all the migration steps as I understand them.
The log messages all appear to be happy with the change and similar to the original installation using the verbose level.
The app appears to report sending the data.
But the reports never acknowledge receipt of same.
I am not sure now where to look for what may be going wrong. Is there a particular log message I should be looking for that I have somehow overlooked? If I had that info I could probably get further along with this.
Thanks in advance for any help with this,
I do see this in the following trace:
[AEP SDK TRACE - <EventHub>] Dispatching Event #22 - [
.......
}
timestamp: 2022-03-28 17:27:46 +0000
responseId: nil
mask: nil
]
Should I be seeing a value for the responseId key? And if so, what could be causing this lack of value?