jeudi 18 février 2021

Web push notification FCM will work on iPhone and iPad devices?

I have one website and I have to send Web push notifications to all devices and all browsers. Base on my search I got some answer that Web push notification is not working on Ipad and iPhone devices. Right now I am using Firebase cloud messaging service for notification. here my code.

 firebase.initializeApp({
apiKey: "AIzaSy.....................KvPTQ",
authDomain: "dro.......firebaseapp.com",
databaseURL: "https://dsadasdasda-default-rtdb.firebaseio.com",
projectId: "xyz",
storageBucket: "xyz.appspot.com",
messagingSenderId: "18........55",
appId: "1:183....6955:web:0a3.......5e",
measurementId: "G-L....31"
 });

// Retrieve an instance of Firebase Messaging so that it can handle background
// messages.
  const messaging = firebase.messaging();

So is it possible to do with APN certificate?




Aucun commentaire:

Enregistrer un commentaire