adobe / aepsdk-analytics-ios

Adobe Experience Platform Analytics SDK in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have integrated Firebase Messaging feature in my app. When I import these adobe files i.e. when I write 'import AEPCore' or any of these in AppDelegate file. I start getting error . "Cannot assign value of type 'AppDelegate' to type 'MessagingDelegate?"

SHIVIVIJ opened this issue · comments

Expected Behaviour

Actual Behaviour

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem

Importing AEPCore or AEPAnalytics SDK shouldnt throw this error. The error looks like is coming from your firebase implementation.