-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iterable push notification can't work #142
Comments
having the same problem. |
Hello, @tonuegbu ! I have some test below for Iterable react-native SDK:
All the setting is the same for these four RN project. I think maybe you can try to build a new project to have a test. |
We had similar issues recently with Android because of the SDK using FirebaseInstanceId which is now deprecated (https://firebase.google.com/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId). We had to add firebase-iid as a dependency to get Android working again. Thread with the solution we used can be found here: mixpanel/mixpanel-android#744 Hope it helps! |
You may need to remove all |
I'm also facing this problem, seems like @react-native-firebase/messaging package is not viable for Iterable? This is a big concern since most react native apps use this package on both platforms |
@cparki3 solution might help, however, my team has some conflicts with using that pacakge, and it sent us down a rabbit hole of problems that caused more pain than the solution would have been worth. Would love to hear from the @Iterable team to see some kind of support for use with Firebase messaging, as it is a very widely used package |
If someone have this issue. My issue was that I managed to make it work but only when app is in background / closed, and it only showed text. In order to make it work with rich notifications and in foreground add service to
Have a good day! |
Has there been any progress for this issue? |
Same problem here with iOS. No token registered after call |
OK, been a bit through the wringer installing Push Notes on React-Native but found some install workarounds: Android also with react-native-firebase: both Iterable and React-Native-Firebase install Services files in the merged Iterable iOS also uses APNS so is independent enough of react-native-firebase that they play nice. However, the install steps are a little misleading as you'll need a fair amount of changes to your AppDelegate file as laid out in steps 7 and 8 of the Native iOS Install steps (enable push notifications and enable in-app messages). |
I'm following the setup with the "Installing Iterable's React Native SDK" step and I'm testing with android devices.
But I can't receive any push notification through the Iterable campaign and test push.
Also, by using the "getLastPushPayload" function there's no returning JSON back.
Testing push notifications with @react-native-firebase/messaging works fine.
I'm wondering the push notification is broken on Iterable react-native SDK, does anyone also facing this problem?
The text was updated successfully, but these errors were encountered: