clevertap-react-native icon indicating copy to clipboard operation
clevertap-react-native copied to clipboard

React Native IOS Deeplink has different behavior

Open JHSoriano opened this issue 3 years ago • 2 comments

Hi all. i noticed that on the IOS has this Pods/CleverTap-IOS-SDK/CleverTap.m that is being called for the deeplinking at function _checkAndFireDeepLinkForNotification. but since i am using Linking on react-native i need this to be override instead so that i can manipulate the linking on the react native side instead on the objective-c. is there a much detailed documentation on this? because the site https://developer.clevertap.com/docs/push-notifications-ios#custom-handling-deeplink is not very detailed

JHSoriano avatar Jul 05 '22 09:07 JHSoriano

HI @JHSoriano , We'll look into this. please allow us some time to check and get back to you 👍

akashvercetti avatar Jul 05 '22 09:07 akashvercetti

@JHSoriano , while we look into this, could you check the example app in our sdk? It uses Linking and there is a method to handle deeplink URL on the react side called _handleOpenUrl . Could you check it out once and let us know if this is what you're looking for? Here is the relevant sample app file: https://github.com/CleverTap/clevertap-react-native/blob/52f0de2e49ccc15aea99e400f118d2a93da6a03e/Example/App.js

akashvercetti avatar Jul 11 '22 05:07 akashvercetti

Closing due to inactivity. Please feel free to reopen if needed.

akashvercetti avatar May 11 '23 19:05 akashvercetti