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

CleverTap React Native SDK

Results 59 clevertap-react-native issues
Sort by recently updated
recently updated
newest added

**Encountered this issue in production.** ### Error Stack trace - ``` Fatal Exception: com.facebook.react.common.JavascriptException: TypeError: Cannot read property 'wzrk_dl' of undefined, js engine: hermes, stack: anonymous@1:588099 value@1:100919 value@1:93982 anonymous@1:92620 value@1:93577...

Greetings, So, while conducting our VAPT assessment I came across an issue that as per our regularity we're not allowed to install hardcoded credentials in the Manifest or Info.plist file....

I have implemented actions for the android notification successfully. But I did not find any documentation about how to perform the action without launching the app. Is it possible to...

RN : **0.70** clevertap-react-native: **0.9.0** Platform : **OS** **Whats done** : ``` useEffect(() => { CleverTap.registerForPush() requestUserPermission() // registering listner notificationListener() // registering listner CleverTap.recordEvent('some_event_to_recod') CleverTap.createNotificationChannel( 'my_channel', 'Clever Tap React...

platform: iOS

## missing types types for these exported constants are missing in `index.d.ts` ``` FCM: CleverTapReact.FCM, XPS: CleverTapReact.XPS, BPS: CleverTapReact.BPS, HPS: CleverTapReact.HPS, ``` ## incorrect types both `profileGetCleverTapAttributionIdentifier` and `profileGetCleverTapID` have...

Wanted to check if there is any event that gets fired when we tap on button inApp notification and provide open URL. ` CleverTap.addListener( CleverTap.CleverTapInAppNotificationButtonTapped, (event: any) => { console.log('CleverTapInAppNotificationButtonTapped...

feature request

i have added [[CleverTap sharedInstance] recordNotificationViewedEventWithData:request.content.userInfo] in notification Extension still Push Impression is not capture in Dashboard. It's working fine in Foreground but not working in background and killed state.

platform: iOS

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...

platform: iOS

In my app I do show something like `Inbox (5)` where `5` is number of unread messages which I do receive with `getInboxMessageUnreadCount`. When user opens inbox that number can...

feature request