You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add the suggested CleverTapURLDelegate method below, I get the following error in xcode and the project fails to build: Conflicting parameter types in implementation of 'shouldHandleCleverTapURL:forChannel:': '__strong id' vs 'CleverTapChannel'
@edhesketh just a quick question. Does importing via #import <CleverTapSDK/CleverTapURLDelegate.h> not work? If so, could you try #import "CleverTapURLDelegate.h" ?
Thanks for the response @akashvercetti. Yes we're importing via #import <CleverTapSDK/CleverTapURLDelegate.h> but CleverTapURLDelegate.h requires some symbols which are defined in CleverTap.h. This change in the clevertap-ios-sdk would seem to resolve it: CleverTap/clevertap-ios-sdk#366
I have implemented CleverTap push notifications in a react native app, and am adding the additional config required for deep linking on iOS (as described here: https://developer.clevertap.com/docs/push-notifications-ios#custom-handling-deeplinkexternal-url)
When I add the suggested CleverTapURLDelegate method below, I get the following error in xcode and the project fails to build:
Conflicting parameter types in implementation of 'shouldHandleCleverTapURL:forChannel:': '__strong id' vs 'CleverTapChannel'
I'm using version
2.2.1
The text was updated successfully, but these errors were encountered: