Closed adoniscoder closed 1 year ago
Thanks for asking this question, @adoniscoder.
To fix this problem, you need to add another import to your file: import CioTracking
.
I am noticing that this import is missing in our docs. I made this fix and it should be live soon. Thanks for bringing this up to us!
Hi, I've added the Customer.io SDK to my app but on iOS the xcode throws error
I've followed all the required steps but it keeps getting this error.
Here is the full copy of my notifcation handler class: ` import Foundation import CioMessagingPushAPN import UserNotifications
`