Boris Tacyniak

Results 167 comments of Boris Tacyniak

Also https://github.com/react-native-community/push-notification-ios/issues/63

Hi @ufran8291 You can find the Android Logic there: https://github.com/zo0r/react-native-push-notification/blob/master/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java#L635 It's going to trigger on 31th january then 28th february and fallback to 28th march, ... Regards,

Hi, Did you test on real devices ? Simulator doesn't support notifications on iOS. Regards

For iOS, you should refer to the iOS repository.

Hi, Can you provide at least a reproducible exemple ? Such as the notification payload ? I suspect that the id send is not a valid int32. Regards,

@ge0rg you can do it by sending data only and pass data to the local notification method.

I will try to look at this, but I think Firebase provide an ID which is not a valid int32. The result is that the id is not generated cause...

Hi @cristianoccazinsp Please search in issue history or check the exemple project before. The code provided doesn't help to reproduce. Regards,

You can check: https://github.com/zo0r/react-native-push-notification/issues/1453 There is many reference to the ios repository. It's probably an issue on the AppDelegate.

Hi @cristianoccazinsp I'm not able to reproduce the issue with exemple project, without a reproducible exemple I can't help more. Be sure that `.configure()` is not inside a component. Regards