2

Does anyone know how to integrate twilio push notifications with a Cordova application?

I searched for a Cordova plugin and I'm only able to find ones that support GCM or FCM.

I did find some plugins that were severely lacking and not at all a good choice for a production application… I need a good solid plugin one I can use in production.

This is my first time to create anything using push notifications in general so any help is much appreciated!

Tim
  • 1,606
  • 2
  • 21
  • 42

1 Answers1

1

Looks like you're checking out IP Messaging.

Currently, there aren't any plugin examples for this. This is a popular request for a number of platforms including React Native, Cordova and Ionic.

I will keep an eye on this issue and provide any updates here.

Megan Speir
  • 3,745
  • 1
  • 15
  • 25
  • just use any firebase cordova plugin and register the token with twilio with the twilio javascript SDK [setPushRegistrationId](https://media.twiliocdn.com/sdk/js/chat/releases/3.3.0/docs/Client.html#setPushRegistrationId__anchor) – user3200478 Jul 12 '19 at 13:33