Provide a way to disable default behaviour for opening deeplinks when clicked on notification
Is your feature request related to a problem? Please describe. Clevertap iOS SDK by default opens up the deeplink using UiApplication.open method. This is not ideal when using Universal Links; as this opens up the deeplink in external browser. This is not ideal when you want to implement custom logic for handling deeplinks.
Describe the solution you'd like Provide an option to opt out of this default behaviour.
Describe alternatives you've considered Documentation suggests using custom key-value pair for handling custom deeplinking logic. But this is not ideal as this needs a migration effort for existing campaigns. Adding custom key-value pairs is also prone to errors if wrong key name is used; and make the already provided deeplink parameter useless.
Additional context Add any other context or screenshots about the feature request here.