简体   繁体   中英

Sending Notification To IOS And Android using Google Cloud Messaging in PHP

I am trying to send notifications to both ios and android from my php server. I didn't get any proper documentation for sending notifications to ios via google cloud messaging. Could you please me in integrating this.

You can check this link for the API it provides (HTTP will fit you the best) https://firebase.google.com/docs/cloud-messaging/server#implementing-the-http-server-protocol

And check this one for some examples on how to send to different devices, devices groups etc. https://firebase.google.com/docs/cloud-messaging/send-message

Besides this, you gonna need to set up the the mobile apps in Firebase Console https://firebase.google.com/support/guides/launch-checklist

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM