Skip to content
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

Android Push Notifications #107

Open
Ayat11 opened this issue Nov 20, 2019 · 1 comment
Open

Android Push Notifications #107

Ayat11 opened this issue Nov 20, 2019 · 1 comment

Comments

@Ayat11
Copy link

Ayat11 commented Nov 20, 2019

We are trying to make android push notifications work, we only found support in the native module as stated in the readme , and since we are using react-native-firebase messaging, it would be easier to have the native methods mapped to JS code, so we did map the method setPushNotificationIntegration to use it directly in the js code and pass the fcm token, and it is working, so the logs show V/Apptentive: [Apptentive Queue] [CONVERSATION] Setting push provider: 0 with token e4VabJo4z.... which means that the native method is invoked fine, we setup the integration with Apptentive push and added our firebase server key, but we still can't receive any notifications on our side.

Are we missing something here? is your firebase integration working properly at the moment? are you planning to support push notifications in the react native sdk anytime soon?

Thanks!

@CaseyApptentive
Copy link

Hi @Ayat11 ! Great question. We currently support Firebase for native release and do not expose SDK functions to Javascript.

I'd be happy to share your feedback with my product team.

We only use push for notifying customers of replies from Message Center. Another option that you could use is to reply to customers via email. I know that this isn't the same experience as push, but I wanted to give you other options in case it helps free you up.

Can you email me directly support@apptentive.com with details on which app you're working on, then I can help coordinate your best options with your Customer Success Manager?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants