countly-sdk-react-native
countly-sdk-react-native copied to clipboard
[Unmaintained, Sunsetted] Countly SDK for React Native applications
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade react-native-restart from 0.0.6 to 0.0.24. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade react-native-device-info from 0.15.3 to 0.29.1.  :information_source: Keep your...
In My Project this way is not working on ReactNative .but I use it on iOS platfrom is ok. I guess this SDK is not support this way at Reactnative!
Since [email protected], `AsyncStorage` has been moved into a separate package, [@react-native-community/async-storage](https://github.com/react-native-community/react-native-async-storage). Importing `AsyncStorage` directly from `react-native` in 0.59 and above will print a warning. In future it will stop working....
Hello, I have an issue when using different account on the same physical phone. My 2 User Profiles are merged. There is only one profile with both email, both name...
The way that the app state change is handled, it fires a **session_stop** event when backgrounding the app, if you bring the app to the foreground it sends a subsequent...
at these 2 lines there is sample data hard coded into the message handlers: https://github.com/Countly/countly-sdk-react-native/blob/master/Countly.js#L965 https://github.com/Countly/countly-sdk-react-native/blob/master/Countly.js#L722 The data should be passed through with exactly what was sent in from the...
Description: The countly react-native-sdk makes an assumption that all data only messages via the `OnMessage()` handler should be displayed, and that they came from countly. To be on par with...
The instructions at: https://resources.count.ly/docs/react-native suggest addeding: `[[UNUserNotificationCenter currentNotificationCenter] setDelegate:self];` and ``` -(void) userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)(void))completionHandler { [[RNFirebaseMessaging instance] didReceiveRemoteNotification:response.notification.request.content.userInfo]; completionHandler(); } ``` This fails the build, UNUserNotificationCenter...