2

Currently I am working on a PWA, and the implementation of Web push notifications using FCM is working only for Android and web on desktop. Does there exist any approach to implement push notifications in IOS devices using Firebase Cloud Messaging? Specifically, can iOS receive push notifications in background mode?

Matt V.
  • 9,703
  • 10
  • 35
  • 56
brodriguezs
  • 33
  • 1
  • 6
  • I've to implement push notification for PWA ReactJs. I'm new to PWA, can you guide me to achieve the mile stone? – Danish Dec 04 '19 at 11:52

1 Answers1

2

You use it with Firebase or not, web push notifications in iOS has some limitations. Read on what is possible and what is not here.

Anand
  • 9,672
  • 4
  • 55
  • 75
  • Please mark the answer accepted if it solves your question or add comment on what clarity you need more. – Anand Jun 14 '18 at 21:54