0

I have a react app which is working fine in every device and browser (working on macbook too) but not working In iPad , it shows only white screen in iPad. i have used a online simulator and it shows this error. [Error] FirebaseError: Messaging: This browser doesn't support the API's required to use the firebase SDK. (messaging/unsupported-browser). [![

enter image description here

I am using HTTPS connection too, so what is the problem here ?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • 1
    It looks like you're trying to use Firebase Cloud Messaging, which depends on the browser implement the Web Push API - which Web Kit does **not**. All browsers on iOS devices are built on Web Kit (as that is a requirement from Apple), so FCM won't work in any of them. – Frank van Puffelen Nov 07 '22 at 14:47

0 Answers0