Cezar Andrew Villegas Santarin

Results 9 comments of Cezar Andrew Villegas Santarin

@anshumanburman Got this on my end, too. But! I highly doubt this library can do a lot about that until https://github.com/danielgindi/Charts/issues/4860 fixes it officially. That or this library must now...

@chimurai I see. I'm on macOS Big Sur and Zsh. You could be right. Blame it on OS & CLI differences, then? ``` System: OS: macOS 11.6.6 CPU: (12) x64...

@chimurai so, when I use quotes in my wildcard, `jscodeshift` fails to read my files ```sh yarn mod -t ./examples/simple-rename.ts --extensions=ts --parser=ts 'sandbox/**/*.ts' --print --dry ``` This detects my files...

@amit-kremer93 like the rest of us here, definitely still happening on my end. On relaunching the app, `onAppOpenAttribution` doesn't happen, but if it was running in the background, direct deep...

# Update Those who are running into this might find https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/223#issuecomment-768371228 useful. Reasoning [here](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/223#issuecomment-768166013) and [here](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/223#issuecomment-768299704). ---- > Please let us know here if there is any problem. @amit-kremer93 Yup,...

# Update Those who are running into this might find https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/223#issuecomment-768371228 useful. Reasoning [here](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/223#issuecomment-768166013) and [here](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/223#issuecomment-768299704). ---- @Goldyukol not-maintainer here. On `6.1.41`, I imagine it should look like this on...

> `{"status":"failure","type":"onAttributionFailure","data":"Authentication Failed"}` means that you have an issue with your devKey. about the crash, i released an hot fix. Right you are, @amit-kremer93. But I've followed the iOS SDK...

@colaquecez @jwebcat @Goldyukol @haipham-kontist @lucasroca @Voidozzer @rborn I found something with the help of their support team that might help you out. - `react-native-appsflyer` `6.1.41` - `AppsFlyerFramework` `6.1.3` ```diff if(_AppsFlyerdelegate...

@rborn assuming latest React Native, in `application:didFinishLaunchingWithOptions`: **AppDelegate.m** ```obj-c #import "AppDelegate.h" #import #import #import #import // AppsFlyer imports #import #import - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Flipper init here......